Color Hex Logo

#dcbb27 Color Hex

#DCBB27
(220,187,39)
0 Favorites   0 Comments

Color spaces of #dcbb27

RGB 22018739
HSL0.140.720.51
HSV49°82°86°
CMYK 0.000.150.82   0.14
XYZ47.651750.90289.2332
Yxy50.90280.44210.4723
Hunter Lab71.3462-5.636842.2694
CIE-Lab76.6201-2.017771.8225

#dcbb27 color RGB value is (220,187,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00100111
Octal 334 273 47
Decimal 220 187 39
Hex DC BB 27

RGB Percentages of Color #dcbb27

%49.33
%41.93
%8.74

CMYK Percentages of Color #dcbb27

%0
%15
%82
%14

Triadic Colors of #dcbb27

#dcbb27 #27dcbb #bb27dc

Analogous Colors of #dcbb27

#dcbb27 #a3dc27 #dc6127

Monochromatic Colors of #dcbb27

#dcbb27

Complementary Color

#dcbb27 #2748dc

#dcbb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb27 Color CSS Codes

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

#dcbb27 Text Font Color

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

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


#dcbb27 Background Color

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

This div background color is #dcbb27


#dcbb27 Border Color

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

This div border color is #dcbb27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,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 #dcbb27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb27


Comments

No comments written yet.

Please login to write comment.