Color Hex Logo

#dccc6b Color Hex

#DCCC6B
(220,204,107)
0 Favorites   0 Comments

Color spaces of #dccc6b

RGB 220204107
HSL0.140.620.64
HSV52°51°86°
CMYK 0.000.070.51   0.14
XYZ53.761959.462922.5539
Yxy59.46290.39600.4379
Hunter Lab77.1122-10.497836.6373
CIE-Lab81.5454-6.948049.8456

#dccc6b color RGB value is (220,204,107).

#dccc6b hex color red value is 220, green value is 204 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dccc6b hue: 0.14 , saturation: 0.62 and the lightness value of dccc6b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01101011
Octal 334 314 153
Decimal 220 204 107
Hex DC CC 6B

RGB Percentages of Color #dccc6b

%41.43
%38.42
%20.15

CMYK Percentages of Color #dccc6b

%0
%7
%51
%14

Triadic Colors of #dccc6b

#dccc6b #6bdccc #cc6bdc

Analogous Colors of #dccc6b

#dccc6b #b4dc6b #dc946b

Monochromatic Colors of #dccc6b

#dccc6b

Complementary Color

#dccc6b #6b7bdc

#dccc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc6b Color CSS Codes

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

#dccc6b Text Font Color

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

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


#dccc6b Background Color

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

This div background color is #dccc6b


#dccc6b Border Color

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

This div border color is #dccc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc6b


Comments

No comments written yet.

Please login to write comment.