#DDB371

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

Shades of Harvest Gold #DDB371

Tints of Harvest Gold #DDB371

Color information

#DDB371 (or 0xDDB371) is unknown color: approx Harvest Gold. HEX triplet: DD, B3 and 71. RGB value is (221,179,113). Sum of RGB (Red+Green+Blue) = 221+179+113=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB371 is #224C8E. Grayscale: #B8B8B8. Windows color (decimal): -2247823 or 7451613. OLE color: 7451613.

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

Color convert

RGB221179113-
CMYK00.190.490.13
HSL36.67º61.36%65.49%-
HSV(B)36.67º48.87%86.67%-
XYZ48.9248.822.46-
YUV184.0387.91154.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=43.08%
G=34.89%
B=22.03%

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
Decimal22117911300.190.490.1336.6761.3665.49
HexDDB37101331D253d41
Octal33526316102361154575101
Binary1101110110110011111000101001111000111011001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB371; }

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

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

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

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

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

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

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

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