Color Hex Logo

#dcbb2a Color Hex

#DCBB2A
(220,187,42)
0 Favorites   0 Comments

Color spaces of #dcbb2a

RGB 22018742
HSL0.140.720.51
HSV49°81°86°
CMYK 0.000.150.81   0.14
XYZ47.703450.92359.5055
Yxy50.92350.44120.4709
Hunter Lab71.3607-5.557142.0549
CIE-Lab76.6326-1.928370.9887

#dcbb2a color RGB value is (220,187,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00101010
Octal 334 273 52
Decimal 220 187 42
Hex DC BB 2A

RGB Percentages of Color #dcbb2a

%49.00
%41.65
%9.35

CMYK Percentages of Color #dcbb2a

%0
%15
%81
%14

Triadic Colors of #dcbb2a

#dcbb2a #2adcbb #bb2adc

Analogous Colors of #dcbb2a

#dcbb2a #a4dc2a #dc622a

Monochromatic Colors of #dcbb2a

#dcbb2a

Complementary Color

#dcbb2a #2a4bdc

#dcbb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb2a Color CSS Codes

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

#dcbb2a Text Font Color

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

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


#dcbb2a Background Color

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

This div background color is #dcbb2a


#dcbb2a Border Color

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

This div border color is #dcbb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb2a


Comments

No comments written yet.

Please login to write comment.