#DDB06E

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

Shades of Harvest Gold #DDB06E

Tints of Harvest Gold #DDB06E

Color information

#DDB06E (or 0xDDB06E) is unknown color: approx Harvest Gold. HEX triplet: DD, B0 and 6E. RGB value is (221,176,110). Sum of RGB (Red+Green+Blue) = 221+176+110=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06E is #224F91. Grayscale: #B6B6B6. Windows color (decimal): -2248594 or 7254237. OLE color: 7254237.

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

Color convert

RGB221176110-
CMYK00.200.500.13
HSL35.68º62.01%64.9%-
HSV(B)35.68º50.23%86.67%-
XYZ48.1647.5521.39-
YUV181.9387.41155.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 110 (43.36% from 255) = 21.70%
R=43.59%
G=34.71%
B=21.70%

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
Decimal22117611000.200.500.1335.6862.0164.9
HexDDB06E01432D243e41
Octal33526015602462154476101
Binary1101110110110000110111001010011001011011001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB06E; }

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

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

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

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

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

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

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

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