Color Hex Logo

#dfaf6d Color Hex

#DFAF6D
(223,175,109)
1 Favorites   0 Comments

Color spaces of #dfaf6d

RGB 223175109
HSL0.100.640.65
HSV35°51°87°
CMYK 0.000.220.51   0.13
XYZ48.521747.452021.0698
Yxy47.45200.41460.4054
Hunter Lab68.88545.182930.0849
CIE-Lab74.47809.618340.3151

#dfaf6d color RGB value is (223,175,109).

#dfaf6d hex color red value is 223, green value is 175 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dfaf6d hue: 0.10 , saturation: 0.64 and the lightness value of dfaf6d is 0.65.

The process color (four color CMYK) of #dfaf6d color hex is 0.00, 0.22, 0.51, 0.13. Web safe color of #dfaf6d is #cc9966. Color #dfaf6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01101101
Octal 337 257 155
Decimal 223 175 109
Hex DF AF 6D

RGB Percentages of Color #dfaf6d

%43.98
%34.52
%21.50

CMYK Percentages of Color #dfaf6d

%0
%22
%51
%13

Triadic Colors of #dfaf6d

#dfaf6d #6ddfaf #af6ddf

Analogous Colors of #dfaf6d

#dfaf6d #d6df6d #df766d

Monochromatic Colors of #dfaf6d

#dfaf6d

Complementary Color

#dfaf6d #6d9ddf

#dfaf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf6d Color CSS Codes

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

#dfaf6d Text Font Color

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

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


#dfaf6d Background Color

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

This div background color is #dfaf6d


#dfaf6d Border Color

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

This div border color is #dfaf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf6d


Comments

No comments written yet.

Please login to write comment.