#DDB06F

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

Shades of Harvest Gold #DDB06F

Tints of Harvest Gold #DDB06F

Color information

#DDB06F (or 0xDDB06F) is unknown color: approx Harvest Gold. HEX triplet: DD, B0 and 6F. RGB value is (221,176,111). Sum of RGB (Red+Green+Blue) = 221+176+111=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06F is #224F90. Grayscale: #B6B6B6. Windows color (decimal): -2248593 or 7319773. OLE color: 7319773.

HSL color Cylindrical-coordinate representation of color #DDB06F: hue angle of 35.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDB06F is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221176111-
CMYK00.200.500.13
HSL35.45º61.8%65.1%-
HSV(B)35.45º49.77%86.67%-
XYZ48.2147.5721.68-
YUV182.0487.91155.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=43.50%
G=34.65%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117611100.200.500.1335.4561.865.1
HexDDB06F01432D233e41
Octal33526015702462154376101
Binary1101110110110000110111101010011001011011000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB06F; }

 p { color: rgb(221,176,111); }

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

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

 a { background-color: rgb(221,176,111); }

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

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

 span { border-color: rgb(221,176,111); }

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