#DFB572

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

Shades of Harvest Gold #DFB572

Tints of Harvest Gold #DFB572

Color information

#DFB572 (or 0xDFB572) is unknown color: approx Harvest Gold. HEX triplet: DF, B5 and 72. RGB value is (223,181,114). Sum of RGB (Red+Green+Blue) = 223+181+114=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB572 is #204A8D. Grayscale: #BABABA. Windows color (decimal): -2116238 or 7517663. OLE color: 7517663.

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

Color convert

RGB223181114-
CMYK00.190.490.13
HSL36.88º63.01%66.08%-
HSV(B)36.88º48.88%87.45%-
XYZ49.9949.9522.93-
YUV185.9287.41154.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=43.05%
G=34.94%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318111400.190.490.1336.8863.0166.08
HexDFB57201331D253f42
Octal33726516202361154577102
Binary1101111110110101111001001001111000111011001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB572; }

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

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

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

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

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

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

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

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