Color Hex Logo

#dcbb2b Color Hex

#DCBB2B
(220,187,43)
0 Favorites   0 Comments

Color spaces of #dcbb2b

RGB 22018743
HSL0.140.720.52
HSV49°80°86°
CMYK 0.000.150.80   0.14
XYZ47.721650.93079.6009
Yxy50.93070.44080.4705
Hunter Lab71.3657-5.528841.9797
CIE-Lab76.6370-1.896570.7004

#dcbb2b color RGB value is (220,187,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00101011
Octal 334 273 53
Decimal 220 187 43
Hex DC BB 2B

RGB Percentages of Color #dcbb2b

%48.89
%41.56
%9.56

CMYK Percentages of Color #dcbb2b

%0
%15
%80
%14

Triadic Colors of #dcbb2b

#dcbb2b #2bdcbb #bb2bdc

Analogous Colors of #dcbb2b

#dcbb2b #a5dc2b #dc622b

Monochromatic Colors of #dcbb2b

#dcbb2b

Complementary Color

#dcbb2b #2b4cdc

#dcbb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb2b Color CSS Codes

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

#dcbb2b Text Font Color

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

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


#dcbb2b Background Color

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

This div background color is #dcbb2b


#dcbb2b Border Color

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

This div border color is #dcbb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb2b


Comments

No comments written yet.

Please login to write comment.