Color Hex Logo

#dfa670 Color Hex

#DFA670
(223,166,112)
0 Favorites   0 Comments

Color spaces of #dfa670

RGB 223166112
HSL0.080.630.66
HSV29°50°87°
CMYK 0.000.260.50   0.13
XYZ46.992344.130321.3705
Yxy44.13030.41770.3923
Hunter Lab66.430610.015327.4281
CIE-Lab72.315514.695836.0390

#dfa670 color RGB value is (223,166,112).

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

The process color (four color CMYK) of #dfa670 color hex is 0.00, 0.26, 0.50, 0.13. Web safe color of #dfa670 is #cc9966. Color #dfa670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01110000
Octal 337 246 160
Decimal 223 166 112
Hex DF A6 70

RGB Percentages of Color #dfa670

%44.51
%33.13
%22.36

CMYK Percentages of Color #dfa670

%0
%26
%50
%13

Triadic Colors of #dfa670

#dfa670 #70dfa6 #a670df

Analogous Colors of #dfa670

#dfa670 #dfde70 #df7072

Monochromatic Colors of #dfa670

#dfa670

Complementary Color

#dfa670 #70a9df

#dfa670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa670 Color CSS Codes

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

#dfa670 Text Font Color

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

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


#dfa670 Background Color

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

This div background color is #dfa670


#dfa670 Border Color

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

This div border color is #dfa670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,166,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 #dfa670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa670


Comments

No comments written yet.

Please login to write comment.