Color Hex Logo

#dcb954 Color Hex

#DCB954
(220,185,84)
0 Favorites   0 Comments

Color spaces of #dcb954

RGB 22018584
HSL0.120.660.60
HSV45°62°86°
CMYK 0.000.160.62   0.14
XYZ48.464450.553715.5910
Yxy50.55370.42290.4411
Hunter Lab71.1011-2.756736.7697
CIE-Lab76.40791.142454.6911

#dcb954 color RGB value is (220,185,84).

#dcb954 hex color red value is 220, green value is 185 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dcb954 hue: 0.12 , saturation: 0.66 and the lightness value of dcb954 is 0.60.

The process color (four color CMYK) of #dcb954 color hex is 0.00, 0.16, 0.62, 0.14. Web safe color of #dcb954 is #cccc66. Color #dcb954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01010100
Octal 334 271 124
Decimal 220 185 84
Hex DC B9 54

RGB Percentages of Color #dcb954

%44.99
%37.83
%17.18

CMYK Percentages of Color #dcb954

%0
%16
%62
%14

Triadic Colors of #dcb954

#dcb954 #54dcb9 #b954dc

Analogous Colors of #dcb954

#dcb954 #bbdc54 #dc7554

Monochromatic Colors of #dcb954

#dcb954

Complementary Color

#dcb954 #5477dc

#dcb954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb954 Color CSS Codes

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

#dcb954 Text Font Color

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

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


#dcb954 Background Color

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

This div background color is #dcb954


#dcb954 Border Color

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

This div border color is #dcb954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb954


Comments

No comments written yet.

Please login to write comment.