Color Hex Logo

#dcc150 Color Hex

#DCC150
(220,193,80)
0 Favorites   0 Comments

Color spaces of #dcc150

RGB 22019380
HSL0.130.670.59
HSV48°64°86°
CMYK 0.000.120.64   0.14
XYZ50.033153.934815.3628
Yxy53.93480.41930.4520
Hunter Lab73.4403-6.912839.0055
CIE-Lab78.4237-3.282458.6797

#dcc150 color RGB value is (220,193,80).

#dcc150 hex color red value is 220, green value is 193 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dcc150 hue: 0.13 , saturation: 0.67 and the lightness value of dcc150 is 0.59.

The process color (four color CMYK) of #dcc150 color hex is 0.00, 0.12, 0.64, 0.14. Web safe color of #dcc150 is #cccc66. Color #dcc150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01010000
Octal 334 301 120
Decimal 220 193 80
Hex DC C1 50

RGB Percentages of Color #dcc150

%44.62
%39.15
%16.23

CMYK Percentages of Color #dcc150

%0
%12
%64
%14

Triadic Colors of #dcc150

#dcc150 #50dcc1 #c150dc

Analogous Colors of #dcc150

#dcc150 #b1dc50 #dc7b50

Monochromatic Colors of #dcc150

#dcc150

Complementary Color

#dcc150 #506bdc

#dcc150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc150 Color CSS Codes

.mybgcolor {background-color:#dcc150; } 
.myforecolor {color:#dcc150; }
.mybordercolor {border:3px solid #dcc150; }

#dcc150 Text Font Color

<p style="color:#dcc150">Text here</p>

This sample text font color is #dcc150
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcc150 Background Color

<div style="background-color:#dcc150">
Div content here</div>

This div background color is #dcc150


#dcc150 Border Color

<div style="border:3px solid #dcc150">
Div here</div>

This div border color is #dcc150


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,193,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcc150; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcc150;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc150;
  box-shadow:         1px 1px 3px 2px #dcc150; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,193,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcc150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc150;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc150;
  box-shadow:         1px 1px 3px 2px #dcc150;">
Div content here</div>

This div box has shadow with color #dcc150


Comments

No comments written yet.

Please login to write comment.