Color Hex Logo

#dcb70b Color Hex

#DCB70B
(220,183,11)
0 Favorites   0 Comments

Color spaces of #dcb70b

RGB 22018311
HSL0.140.900.45
HSV49°95°86°
CMYK 0.000.170.95   0.14
XYZ46.509149.10687.3439
Yxy49.10680.45170.4770
Hunter Lab70.0762-4.164342.8399
CIE-Lab75.5177-0.466676.3777

#dcb70b color RGB value is (220,183,11).

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

The process color (four color CMYK) of #dcb70b color hex is 0.00, 0.17, 0.95, 0.14. Web safe color of #dcb70b is #cccc00. Color #dcb70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00001011
Octal 334 267 13
Decimal 220 183 11
Hex DC B7 B

RGB Percentages of Color #dcb70b

%53.14
%44.20
%2.66

CMYK Percentages of Color #dcb70b

%0
%17
%95
%14

Triadic Colors of #dcb70b

#dcb70b #0bdcb7 #b70bdc

Analogous Colors of #dcb70b

#dcb70b #99dc0b #dc4e0b

Monochromatic Colors of #dcb70b

#dcb70b

Complementary Color

#dcb70b #0b30dc

#dcb70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb70b Color CSS Codes

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

#dcb70b Text Font Color

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

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


#dcb70b Background Color

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

This div background color is #dcb70b


#dcb70b Border Color

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

This div border color is #dcb70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb70b


Comments

No comments written yet.

Please login to write comment.