#DFB969

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

Shades of Harvest Gold #DFB969

Tints of Harvest Gold #DFB969

Color information

#DFB969 (or 0xDFB969) is unknown color: approx Harvest Gold. HEX triplet: DF, B9 and 69. RGB value is (223,185,105). Sum of RGB (Red+Green+Blue) = 223+185+105=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB969 is #204696. Grayscale: #BBBBBB. Windows color (decimal): -2115223 or 6928863. OLE color: 6928863.

HSL color Cylindrical-coordinate representation of color #DFB969: hue angle of 40.68º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFB969 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223185105-
CMYK00.170.530.13
HSL40.68º64.84%64.31%-
HSV(B)40.68º52.91%87.45%-
XYZ50.3351.4120.63-
YUV187.2481.59153.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=43.47%
G=36.06%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318510500.170.530.1340.6864.8464.31
HexDFB96901135D294140
Octal337271151021651551101100
Binary11011111101110011101001010001110101110110100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB969; }

 p { color: rgb(223,185,105); }

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

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

 a { background-color: rgb(223,185,105); }

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

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

 span { border-color: rgb(223,185,105); }

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