#DFB574

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

Shades of Harvest Gold #DFB574

Tints of Harvest Gold #DFB574

Color information

#DFB574 (or 0xDFB574) is unknown color: approx Harvest Gold. HEX triplet: DF, B5 and 74. RGB value is (223,181,116). Sum of RGB (Red+Green+Blue) = 223+181+116=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB574 is #204A8B. Grayscale: #BABABA. Windows color (decimal): -2116236 or 7648735. OLE color: 7648735.

HSL color Cylindrical-coordinate representation of color #DFB574: hue angle of 36.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB574 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223181116-
CMYK00.190.480.13
HSL36.45º62.57%66.47%-
HSV(B)36.45º47.98%87.45%-
XYZ50.115023.53-
YUV186.1588.41154.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=42.88%
G=34.81%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318111600.190.480.1336.4562.5766.47
HexDFB57401330D243f42
Octal33726516402360154477102
Binary1101111110110101111010001001111000011011001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB574; }

 p { color: rgb(223,181,116); }

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

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

 a { background-color: rgb(223,181,116); }

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

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

 span { border-color: rgb(223,181,116); }

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