#DFB674

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

Shades of Harvest Gold #DFB674

Tints of Harvest Gold #DFB674

Color information

#DFB674 (or 0xDFB674) is unknown color: approx Harvest Gold. HEX triplet: DF, B6 and 74. RGB value is (223,182,116). Sum of RGB (Red+Green+Blue) = 223+182+116=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB674 is #20498B. Grayscale: #BBBBBB. Windows color (decimal): -2115980 or 7648991. OLE color: 7648991.

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

Color convert

RGB223182116-
CMYK00.180.480.13
HSL37.01º62.57%66.47%-
HSV(B)37.01º47.98%87.45%-
XYZ50.3150.423.6-
YUV186.7388.08153.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=42.80%
G=34.93%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318211600.180.480.1337.0162.5766.47
HexDFB67401230D253f42
Octal33726616402260154577102
Binary1101111110110110111010001001011000011011001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB674; }

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

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

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

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

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

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

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

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