Color Hex Logo

#dcbf5d Color Hex

#DCBF5D
(220,191,93)
0 Favorites   0 Comments

Color spaces of #dcbf5d

RGB 22019193
HSL0.130.640.61
HSV46°58°86°
CMYK 0.000.130.58   0.14
XYZ50.121853.267617.9959
Yxy53.26760.41290.4388
Hunter Lab72.9847-5.139336.4701
CIE-Lab78.0327-1.358752.3678

#dcbf5d color RGB value is (220,191,93).

#dcbf5d hex color red value is 220, green value is 191 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcbf5d hue: 0.13 , saturation: 0.64 and the lightness value of dcbf5d is 0.61.

The process color (four color CMYK) of #dcbf5d color hex is 0.00, 0.13, 0.58, 0.14. Web safe color of #dcbf5d is #cccc66. Color #dcbf5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01011101
Octal 334 277 135
Decimal 220 191 93
Hex DC BF 5D

RGB Percentages of Color #dcbf5d

%43.65
%37.90
%18.45

CMYK Percentages of Color #dcbf5d

%0
%13
%58
%14

Triadic Colors of #dcbf5d

#dcbf5d #5ddcbf #bf5ddc

Analogous Colors of #dcbf5d

#dcbf5d #badc5d #dc805d

Monochromatic Colors of #dcbf5d

#dcbf5d

Complementary Color

#dcbf5d #5d7adc

#dcbf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf5d Color CSS Codes

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

#dcbf5d Text Font Color

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

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


#dcbf5d Background Color

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

This div background color is #dcbf5d


#dcbf5d Border Color

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

This div border color is #dcbf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf5d


Comments

No comments written yet.

Please login to write comment.