Color Hex Logo

#dcb75b Color Hex

#DCB75B
(220,183,91)
0 Favorites   0 Comments

Color spaces of #dcb75b

RGB 22018391
HSL0.120.650.61
HSV43°59°86°
CMYK 0.000.170.59   0.14
XYZ48.337049.837916.9696
Yxy49.83790.41980.4328
Hunter Lab70.5960-1.324135.1653
CIE-Lab75.96972.680950.9383

#dcb75b color RGB value is (220,183,91).

#dcb75b hex color red value is 220, green value is 183 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dcb75b hue: 0.12 , saturation: 0.65 and the lightness value of dcb75b is 0.61.

The process color (four color CMYK) of #dcb75b color hex is 0.00, 0.17, 0.59, 0.14. Web safe color of #dcb75b is #cccc66. Color #dcb75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01011011
Octal 334 267 133
Decimal 220 183 91
Hex DC B7 5B

RGB Percentages of Color #dcb75b

%44.53
%37.04
%18.42

CMYK Percentages of Color #dcb75b

%0
%17
%59
%14

Triadic Colors of #dcb75b

#dcb75b #5bdcb7 #b75bdc

Analogous Colors of #dcb75b

#dcb75b #c1dc5b #dc775b

Monochromatic Colors of #dcb75b

#dcb75b

Complementary Color

#dcb75b #5b80dc

#dcb75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb75b Color CSS Codes

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

#dcb75b Text Font Color

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

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


#dcb75b Background Color

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

This div background color is #dcb75b


#dcb75b Border Color

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

This div border color is #dcb75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb75b


Comments

No comments written yet.

Please login to write comment.