#DFAD6D

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

Shades of Harvest Gold #DFAD6D

Tints of Harvest Gold #DFAD6D

Color information

#DFAD6D (or 0xDFAD6D) is unknown color: approx Harvest Gold. HEX triplet: DF, AD and 6D. RGB value is (223,173,109). Sum of RGB (Red+Green+Blue) = 223+173+109=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD6D is #205292. Grayscale: #B4B4B4. Windows color (decimal): -2118291 or 7187935. OLE color: 7187935.

HSL color Cylindrical-coordinate representation of color #DFAD6D: hue angle of 33.68º 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 #DFAD6D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB223173109-
CMYK00.220.510.13
HSL33.68º64.04%65.1%-
HSV(B)33.68º51.12%87.45%-
XYZ48.1446.6820.94-
YUV180.6587.56158.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=44.16%
G=34.26%
B=21.58%

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
Decimal22317310900.220.510.1333.6864.0465.1
HexDFAD6D01633D224041
Octal337255155026631542100101
Binary11011111101011011101101010110110011110110001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD6D; }

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

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

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

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

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

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

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

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