#DDB470

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

Shades of Harvest Gold #DDB470

Tints of Harvest Gold #DDB470

Color information

#DDB470 (or 0xDDB470) is unknown color: approx Harvest Gold. HEX triplet: DD, B4 and 70. RGB value is (221,180,112). Sum of RGB (Red+Green+Blue) = 221+180+112=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB470 is #224B8F. Grayscale: #B8B8B8. Windows color (decimal): -2247568 or 7386333. OLE color: 7386333.

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

Color convert

RGB221180112-
CMYK00.190.490.13
HSL37.43º61.58%65.29%-
HSV(B)37.43º49.32%86.67%-
XYZ49.0649.1822.24-
YUV184.5187.08154.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=43.08%
G=35.09%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118011200.190.490.1337.4361.5865.29
HexDDB47001331D253e41
Octal33526416002361154576101
Binary1101110110110100111000001001111000111011001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB470; }

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

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

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

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

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

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

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

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