#DFB96B

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

Shades of Harvest Gold #DFB96B

Tints of Harvest Gold #DFB96B

Color information

#DFB96B (or 0xDFB96B) is unknown color: approx Harvest Gold. HEX triplet: DF, B9 and 6B. RGB value is (223,185,107). Sum of RGB (Red+Green+Blue) = 223+185+107=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB96B is #204694. Grayscale: #BBBBBB. Windows color (decimal): -2115221 or 7059935. OLE color: 7059935.

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

Color convert

RGB223185107-
CMYK00.170.520.13
HSL40.34º64.44%64.71%-
HSV(B)40.34º52.02%87.45%-
XYZ50.4351.4521.18-
YUV187.4782.59153.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=43.30%
G=35.92%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318510700.170.520.1340.3464.4464.71
HexDFB96B01134D284041
Octal337271153021641550100101
Binary11011111101110011101011010001110100110110100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB96B; }

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

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

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

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

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

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

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

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