Color Hex Logo

#dcb94b Color Hex

#DCB94B
(220,185,75)
0 Favorites   0 Comments

Color spaces of #dcb94b

RGB 22018575
HSL0.130.670.58
HSV46°66°86°
CMYK 0.000.160.66   0.14
XYZ48.134250.421613.8520
Yxy50.42160.42820.4486
Hunter Lab71.0082-3.264838.1397
CIE-Lab76.32730.580458.5967

#dcb94b color RGB value is (220,185,75).

#dcb94b hex color red value is 220, green value is 185 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dcb94b hue: 0.13 , saturation: 0.67 and the lightness value of dcb94b is 0.58.

The process color (four color CMYK) of #dcb94b color hex is 0.00, 0.16, 0.66, 0.14. Web safe color of #dcb94b is #cccc33. Color #dcb94b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01001011
Octal 334 271 113
Decimal 220 185 75
Hex DC B9 4B

RGB Percentages of Color #dcb94b

%45.83
%38.54
%15.63

CMYK Percentages of Color #dcb94b

%0
%16
%66
%14

Triadic Colors of #dcb94b

#dcb94b #4bdcb9 #b94bdc

Analogous Colors of #dcb94b

#dcb94b #b7dc4b #dc714b

Monochromatic Colors of #dcb94b

#dcb94b

Complementary Color

#dcb94b #4b6edc

#dcb94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb94b Color CSS Codes

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

#dcb94b Text Font Color

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

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


#dcb94b Background Color

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

This div background color is #dcb94b


#dcb94b Border Color

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

This div border color is #dcb94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb94b


Comments

No comments written yet.

Please login to write comment.