Color Hex Logo

#dcbf47 Color Hex

#DCBF47
(220,191,71)
0 Favorites   0 Comments

Color spaces of #dcbf47

RGB 22019171
HSL0.130.680.57
HSV48°68°86°
CMYK 0.000.130.68   0.14
XYZ49.283352.932213.5807
Yxy52.93220.42560.4571
Hunter Lab72.7545-6.406039.8608
CIE-Lab77.8350-2.771561.8571

#dcbf47 color RGB value is (220,191,71).

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

The process color (four color CMYK) of #dcbf47 color hex is 0.00, 0.13, 0.68, 0.14. Web safe color of #dcbf47 is #cccc33. Color #dcbf47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01000111
Octal 334 277 107
Decimal 220 191 71
Hex DC BF 47

RGB Percentages of Color #dcbf47

%45.64
%39.63
%14.73

CMYK Percentages of Color #dcbf47

%0
%13
%68
%14

Triadic Colors of #dcbf47

#dcbf47 #47dcbf #bf47dc

Analogous Colors of #dcbf47

#dcbf47 #afdc47 #dc7547

Monochromatic Colors of #dcbf47

#dcbf47

Complementary Color

#dcbf47 #4764dc

#dcbf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf47 Color CSS Codes

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

#dcbf47 Text Font Color

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

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


#dcbf47 Background Color

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

This div background color is #dcbf47


#dcbf47 Border Color

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

This div border color is #dcbf47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf47


Comments

No comments written yet.

Please login to write comment.