Color Hex Logo

#dcbd66 Color Hex

#DCBD66
(220,189,102)
0 Favorites   0 Comments

Color spaces of #dcbd66

RGB 220189102
HSL0.120.630.63
HSV44°54°86°
CMYK 0.000.140.54   0.14
XYZ50.111152.570120.0763
Yxy52.57010.40820.4282
Hunter Lab72.5052-3.516134.3366
CIE-Lab77.62050.389447.5809

#dcbd66 color RGB value is (220,189,102).

#dcbd66 hex color red value is 220, green value is 189 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dcbd66 hue: 0.12 , saturation: 0.63 and the lightness value of dcbd66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01100110
Octal 334 275 146
Decimal 220 189 102
Hex DC BD 66

RGB Percentages of Color #dcbd66

%43.05
%36.99
%19.96

CMYK Percentages of Color #dcbd66

%0
%14
%54
%14

Triadic Colors of #dcbd66

#dcbd66 #66dcbd #bd66dc

Analogous Colors of #dcbd66

#dcbd66 #c0dc66 #dc8266

Monochromatic Colors of #dcbd66

#dcbd66

Complementary Color

#dcbd66 #6685dc

#dcbd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd66 Color CSS Codes

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

#dcbd66 Text Font Color

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

This sample text font color is #dcbd66
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.


#dcbd66 Background Color

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

This div background color is #dcbd66


#dcbd66 Border Color

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

This div border color is #dcbd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd66


Comments

No comments written yet.

Please login to write comment.