#dfb070

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

Shades of Harvest Gold #DFB070

Tints of Harvest Gold #DFB070

Color information

#DFB070 (or 0xDFB070) is unknown color: approx Harvest Gold. HEX triplet: DF, B0 and 70. RGB value is (223,176,112). Sum of RGB (Red+Green+Blue) = 223+176+112=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB070 is #204F8F. Grayscale: #B7B7B7. Windows color (decimal): -2117520 or 7385311. OLE color: 7385311.

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

Color convert

RGB223176112-
CMYK00.210.500.13
HSL34.59º63.43%65.69%-
HSV(B)34.59º49.78%87.45%-
XYZ48.8847.9122-
YUV182.7688.07156.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=43.64%
G=34.44%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317611200.210.500.1334.5963.4365.69
HexDFB07001532D233f42
Octal33726016002562154377102
Binary1101111110110000111000001010111001011011000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb070; }

 p { color: rgb(223,176,112); }

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

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

 a { background-color: rgb(223,176,112); }

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

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

 span { border-color: rgb(223,176,112); }

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