#DDB46F

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

Shades of Harvest Gold #DDB46F

Tints of Harvest Gold #DDB46F

Color information

#DDB46F (or 0xDDB46F) is unknown color: approx Harvest Gold. HEX triplet: DD, B4 and 6F. RGB value is (221,180,111). Sum of RGB (Red+Green+Blue) = 221+180+111=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46F is #224B90. Grayscale: #B8B8B8. Windows color (decimal): -2247569 or 7320797. OLE color: 7320797.

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

Color convert

RGB221180111-
CMYK00.190.500.13
HSL37.64º61.8%65.1%-
HSV(B)37.64º49.77%86.67%-
XYZ49.0149.1621.95-
YUV184.3986.58154.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=43.16%
G=35.16%
B=21.68%

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
Decimal22118011100.190.500.1337.6461.865.1
HexDDB46F01332D263e41
Octal33526415702362154676101
Binary1101110110110100110111101001111001011011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB46F; }

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

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

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

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

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

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

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

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