#DFB172

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

Shades of Harvest Gold #DFB172

Tints of Harvest Gold #DFB172

Color information

#DFB172 (or 0xDFB172) is unknown color: approx Harvest Gold. HEX triplet: DF, B1 and 72. RGB value is (223,177,114). Sum of RGB (Red+Green+Blue) = 223+177+114=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB172 is #204E8D. Grayscale: #B7B7B7. Windows color (decimal): -2117262 or 7516639. OLE color: 7516639.

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

Color convert

RGB223177114-
CMYK00.210.490.13
HSL34.68º63.01%66.08%-
HSV(B)34.68º48.88%87.45%-
XYZ49.1948.3522.66-
YUV183.5788.74156.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=43.39%
G=34.44%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317711400.210.490.1334.6863.0166.08
HexDFB17201531D233f42
Octal33726116202561154377102
Binary1101111110110001111001001010111000111011000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB172; }

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

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

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

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

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

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

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

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