#DDB471

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

Shades of Harvest Gold #DDB471

Tints of Harvest Gold #DDB471

Color information

#DDB471 (or 0xDDB471) is unknown color: approx Harvest Gold. HEX triplet: DD, B4 and 71. RGB value is (221,180,113). Sum of RGB (Red+Green+Blue) = 221+180+113=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB471 is #224B8E. Grayscale: #B8B8B8. Windows color (decimal): -2247567 or 7451869. OLE color: 7451869.

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

Color convert

RGB221180113-
CMYK00.190.490.13
HSL37.22º61.36%65.49%-
HSV(B)37.22º48.87%86.67%-
XYZ49.1249.2122.53-
YUV184.6287.58153.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=43.00%
G=35.02%
B=21.98%

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
Decimal22118011300.190.490.1337.2261.3665.49
HexDDB47101331D253d41
Octal33526416102361154575101
Binary1101110110110100111000101001111000111011001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB471; }

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

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

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

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

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

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

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

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