Color Hex Logo

#dccb27 Color Hex

#DCCB27
(220,203,39)
0 Favorites   0 Comments

Color spaces of #dccb27

RGB 22020339
HSL0.150.720.51
HSV54°82°86°
CMYK 0.000.080.82   0.14
XYZ51.237358.074010.4284
Yxy58.07400.42790.4850
Hunter Lab76.2063-13.346645.2309
CIE-Lab80.7799-10.225275.3560

#dccb27 color RGB value is (220,203,39).

#dccb27 hex color red value is 220, green value is 203 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dccb27 hue: 0.15 , saturation: 0.72 and the lightness value of dccb27 is 0.51.

The process color (four color CMYK) of #dccb27 color hex is 0.00, 0.08, 0.82, 0.14. Web safe color of #dccb27 is #cccc33. Color #dccb27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00100111
Octal 334 313 47
Decimal 220 203 39
Hex DC CB 27

RGB Percentages of Color #dccb27

%47.62
%43.94
%8.44

CMYK Percentages of Color #dccb27

%0
%8
%82
%14

Triadic Colors of #dccb27

#dccb27 #27dccb #cb27dc

Analogous Colors of #dccb27

#dccb27 #93dc27 #dc7127

Monochromatic Colors of #dccb27

#dccb27

Complementary Color

#dccb27 #2738dc

#dccb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb27 Color CSS Codes

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

#dccb27 Text Font Color

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

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


#dccb27 Background Color

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

This div background color is #dccb27


#dccb27 Border Color

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

This div border color is #dccb27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb27


Comments

No comments written yet.

Please login to write comment.