Color Hex Logo

#dcbf74 Color Hex

#DCBF74
(220,191,116)
0 Favorites   0 Comments

Color spaces of #dcbf74

RGB 220191116
HSL0.120.600.66
HSV43°47°86°
CMYK 0.000.130.47   0.14
XYZ51.298453.738224.1918
Yxy53.73820.39700.4158
Hunter Lab73.3063-3.375231.7482
CIE-Lab78.30880.587741.4674

#dcbf74 color RGB value is (220,191,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01110100
Octal 334 277 164
Decimal 220 191 116
Hex DC BF 74

RGB Percentages of Color #dcbf74

%41.75
%36.24
%22.01

CMYK Percentages of Color #dcbf74

%0
%13
%47
%14

Triadic Colors of #dcbf74

#dcbf74 #74dcbf #bf74dc

Analogous Colors of #dcbf74

#dcbf74 #c5dc74 #dc8b74

Monochromatic Colors of #dcbf74

#dcbf74

Complementary Color

#dcbf74 #7491dc

#dcbf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf74 Color CSS Codes

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

#dcbf74 Text Font Color

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

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


#dcbf74 Background Color

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

This div background color is #dcbf74


#dcbf74 Border Color

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

This div border color is #dcbf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf74


Comments

No comments written yet.

Please login to write comment.