Color Hex Logo

#dcb45e Color Hex

#DCB45E
(220,180,94)
0 Favorites   0 Comments

Color spaces of #dcb45e

RGB 22018094
HSL0.110.640.62
HSV41°57°86°
CMYK 0.000.180.57   0.14
XYZ47.856848.666317.4609
Yxy48.66630.41990.4270
Hunter Lab69.76120.370433.9929
CIE-Lab75.24334.486048.6570

#dcb45e color RGB value is (220,180,94).

#dcb45e hex color red value is 220, green value is 180 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcb45e hue: 0.11 , saturation: 0.64 and the lightness value of dcb45e is 0.62.

The process color (four color CMYK) of #dcb45e color hex is 0.00, 0.18, 0.57, 0.14. Web safe color of #dcb45e is #cccc66. Color #dcb45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01011110
Octal 334 264 136
Decimal 220 180 94
Hex DC B4 5E

RGB Percentages of Color #dcb45e

%44.53
%36.44
%19.03

CMYK Percentages of Color #dcb45e

%0
%18
%57
%14

Triadic Colors of #dcb45e

#dcb45e #5edcb4 #b45edc

Analogous Colors of #dcb45e

#dcb45e #c5dc5e #dc755e

Monochromatic Colors of #dcb45e

#dcb45e

Complementary Color

#dcb45e #5e86dc

#dcb45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb45e Color CSS Codes

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

#dcb45e Text Font Color

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

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


#dcb45e Background Color

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

This div background color is #dcb45e


#dcb45e Border Color

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

This div border color is #dcb45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb45e


Comments

No comments written yet.

Please login to write comment.