#DFAF6D

Color #DFAF6D Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #DFAF6D

Tints of Harvest Gold #DFAF6D

Color information

#DFAF6D (or 0xDFAF6D) is unknown color: approx Harvest Gold. HEX triplet: DF, AF and 6D. RGB value is (223,175,109). Sum of RGB (Red+Green+Blue) = 223+175+109=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF6D is #205092. Grayscale: #B6B6B6. Windows color (decimal): -2117779 or 7188447. OLE color: 7188447.

HSL color Cylindrical-coordinate representation of color #DFAF6D: hue angle of 34.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFAF6D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB223175109-
CMYK00.220.510.13
HSL34.74º64.04%65.1%-
HSV(B)34.74º51.12%87.45%-
XYZ48.5247.4521.07-
YUV181.8386.9157.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=43.98%
G=34.52%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317510900.220.510.1334.7464.0465.1
HexDFAF6D01633D234041
Octal337257155026631543100101
Binary11011111101011111101101010110110011110110001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF6D; }

 p { color: rgb(223,175,109); }

 H1.HeaderClassName
 {
   color: #DFAF6D;
 }
 .AnyTagClassName
 {
   color: #DFAF6D;
 }
</style>
background-color css

<style>
 a { background-color: #DFAF6D; }

 a { background-color: rgb(223,175,109); }

 div.DivClassName
 {
   background-color: #DFAF6D;
 }
 .BgClassName
 {
   background-color: #DFAF6D;
 }
</style>
border-color css

<style>
 span { border-color: #DFAF6D; }

 span { border-color: rgb(223,175,109); }

 td.TdClassName
 {
   border-color: #DFAF6D;
 }
 .TagClassName
 {
   border-color: #DFAF6D;
 }
</style>