Color Hex Logo

#dccb67 Color Hex

#DCCB67
(220,203,103)
0 Favorites   0 Comments

Color spaces of #dccb67

RGB 220203103
HSL0.140.630.63
HSV51°53°86°
CMYK 0.000.080.53   0.14
XYZ53.319358.906821.3919
Yxy58.90680.39900.4409
Hunter Lab76.7508-10.308637.2003
CIE-Lab81.2403-6.771051.3879

#dccb67 color RGB value is (220,203,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01100111
Octal 334 313 147
Decimal 220 203 103
Hex DC CB 67

RGB Percentages of Color #dccb67

%41.83
%38.59
%19.58

CMYK Percentages of Color #dccb67

%0
%8
%53
%14

Triadic Colors of #dccb67

#dccb67 #67dccb #cb67dc

Analogous Colors of #dccb67

#dccb67 #b3dc67 #dc9167

Monochromatic Colors of #dccb67

#dccb67

Complementary Color

#dccb67 #6778dc

#dccb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb67 Color CSS Codes

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

#dccb67 Text Font Color

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

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


#dccb67 Background Color

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

This div background color is #dccb67


#dccb67 Border Color

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

This div border color is #dccb67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb67


Comments

No comments written yet.

Please login to write comment.