Color Hex Logo

#dccb7c Color Hex

#DCCB7C
(220,203,124)
0 Favorites   0 Comments

Color spaces of #dccb7c

RGB 220203124
HSL0.140.580.67
HSV49°44°86°
CMYK 0.000.080.44   0.14
XYZ54.509259.382827.6579
Yxy59.38280.38510.4195
Hunter Lab77.0602-8.592032.6622
CIE-Lab81.5016-4.852041.4432

#dccb7c color RGB value is (220,203,124).

#dccb7c hex color red value is 220, green value is 203 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dccb7c hue: 0.14 , saturation: 0.58 and the lightness value of dccb7c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01111100
Octal 334 313 174
Decimal 220 203 124
Hex DC CB 7C

RGB Percentages of Color #dccb7c

%40.22
%37.11
%22.67

CMYK Percentages of Color #dccb7c

%0
%8
%44
%14

Triadic Colors of #dccb7c

#dccb7c #7cdccb #cb7cdc

Analogous Colors of #dccb7c

#dccb7c #bddc7c #dc9b7c

Monochromatic Colors of #dccb7c

#dccb7c

Complementary Color

#dccb7c #7c8ddc

#dccb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb7c Color CSS Codes

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

#dccb7c Text Font Color

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

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


#dccb7c Background Color

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

This div background color is #dccb7c


#dccb7c Border Color

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

This div border color is #dccb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb7c


Comments

No comments written yet.

Please login to write comment.