Color Hex Logo

#dfbf70 Color Hex

#DFBF70
(223,191,112)
0 Favorites   0 Comments

Color spaces of #dfbf70

RGB 223191112
HSL0.120.630.66
HSV43°50°87°
CMYK 0.000.140.50   0.13
XYZ51.986954.119423.0353
Yxy54.11940.40260.4191
Hunter Lab73.5659-2.599532.9310
CIE-Lab78.53131.441943.8129

#dfbf70 color RGB value is (223,191,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 01110000
Octal 337 277 160
Decimal 223 191 112
Hex DF BF 70

RGB Percentages of Color #dfbf70

%42.40
%36.31
%21.29

CMYK Percentages of Color #dfbf70

%0
%14
%50
%13

Triadic Colors of #dfbf70

#dfbf70 #70dfbf #bf70df

Analogous Colors of #dfbf70

#dfbf70 #c8df70 #df8870

Monochromatic Colors of #dfbf70

#dfbf70

Complementary Color

#dfbf70 #7090df

#dfbf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf70 Color CSS Codes

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

#dfbf70 Text Font Color

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

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


#dfbf70 Background Color

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

This div background color is #dfbf70


#dfbf70 Border Color

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

This div border color is #dfbf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf70


Comments

No comments written yet.

Please login to write comment.