#dfb66e

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

Shades of Harvest Gold #DFB66E

Tints of Harvest Gold #DFB66E

Color information

#DFB66E (or 0xDFB66E) is unknown color: approx Harvest Gold. HEX triplet: DF, B6 and 6E. RGB value is (223,182,110). Sum of RGB (Red+Green+Blue) = 223+182+110=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB66E is #204991. Grayscale: #BABABA. Windows color (decimal): -2115986 or 7255775. OLE color: 7255775.

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

Color convert

RGB223182110-
CMYK00.180.510.13
HSL38.23º63.84%65.29%-
HSV(B)38.23º50.67%87.45%-
XYZ49.9750.2721.82-
YUV186.0585.08154.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 110 (43.36% from 255) = 21.36%
R=43.30%
G=35.34%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318211000.180.510.1338.2363.8465.29
HexDFB66E01233D264041
Octal337266156022631546100101
Binary11011111101101101101110010010110011110110011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb66e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb66e; }

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

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

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

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

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

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

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

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