Color Hex Logo

#dccb6a Color Hex

#DCCB6A
(220,203,106)
0 Favorites   0 Comments

Color spaces of #dccb6a

RGB 220203106
HSL0.140.620.64
HSV51°52°86°
CMYK 0.000.080.52   0.14
XYZ53.472758.968122.1993
Yxy58.96810.39720.4380
Hunter Lab76.7907-10.086436.6134
CIE-Lab81.2741-6.521350.0013

#dccb6a color RGB value is (220,203,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01101010
Octal 334 313 152
Decimal 220 203 106
Hex DC CB 6A

RGB Percentages of Color #dccb6a

%41.59
%38.37
%20.04

CMYK Percentages of Color #dccb6a

%0
%8
%52
%14

Triadic Colors of #dccb6a

#dccb6a #6adccb #cb6adc

Analogous Colors of #dccb6a

#dccb6a #b4dc6a #dc926a

Monochromatic Colors of #dccb6a

#dccb6a

Complementary Color

#dccb6a #6a7bdc

#dccb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb6a Color CSS Codes

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

#dccb6a Text Font Color

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

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


#dccb6a Background Color

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

This div background color is #dccb6a


#dccb6a Border Color

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

This div border color is #dccb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb6a


Comments

No comments written yet.

Please login to write comment.