#DDB46E

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

Shades of Harvest Gold #DDB46E

Tints of Harvest Gold #DDB46E

Color information

#DDB46E (or 0xDDB46E) is unknown color: approx Harvest Gold. HEX triplet: DD, B4 and 6E. RGB value is (221,180,110). Sum of RGB (Red+Green+Blue) = 221+180+110=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46E is #224B91. Grayscale: #B8B8B8. Windows color (decimal): -2247570 or 7255261. OLE color: 7255261.

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

Color convert

RGB221180110-
CMYK00.190.500.13
HSL37.84º62.01%64.9%-
HSV(B)37.84º50.23%86.67%-
XYZ48.9549.1421.66-
YUV184.2886.08154.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=43.25%
G=35.23%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118011000.190.500.1337.8462.0164.9
HexDDB46E01332D263e41
Octal33526415602362154676101
Binary1101110110110100110111001001111001011011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB46E; }

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

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

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

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

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

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

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

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