color codes Logo

#dcbb0b color codes

#DCBB0B
(220,187,11)
0 Favorites   0 Comments

Color spaces of #dcbb0b

RGB 22018711
HSL0.140.900.45
HSV51°95°86°
CMYK 0.000.150.95   0.14
XYZ47.345950.78057.6228
Yxy50.78050.44770.4802
Hunter Lab71.2604-6.109243.5400
CIE-Lab76.5459-2.549377.1325

#dcbb0b color RGB value is (220,187,11).

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

The process color (four color CMYK) of #dcbb0b color code is 0.00, 0.15, 0.95, 0.14. Web safe color of #dcbb0b is #cccc00. Color #dcbb0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00001011
Octal 334 273 13
Decimal 220 187 11
Hex DC BB B

RGB Percentages of Color #dcbb0b

%52.63
%44.74
%2.63

CMYK Percentages of Color #dcbb0b

%0
%15
%95
%14

Triadic Colors of #dcbb0b

#dcbb0b #0bdcbb #bb0bdc

Analogous Colors of #dcbb0b

#dcbb0b #95dc0b #dc520b

Monochromatic Colors of #dcbb0b

#dcbb0b

Complementary Color

#dcbb0b #0b2cdc

#dcbb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb0b Color CSS Codes

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

#dcbb0b Text Font Color

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

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


#dcbb0b Background Color

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

This div background color is #dcbb0b


#dcbb0b Border Color

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

This div border color is #dcbb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb0b


Comments

No comments written yet.

Please login to write comment.