#DDB071

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

Shades of Harvest Gold #DDB071

Tints of Harvest Gold #DDB071

Color information

#DDB071 (or 0xDDB071) is unknown color: approx Harvest Gold. HEX triplet: DD, B0 and 71. RGB value is (221,176,113). Sum of RGB (Red+Green+Blue) = 221+176+113=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB071 is #224F8E. Grayscale: #B6B6B6. Windows color (decimal): -2248591 or 7450845. OLE color: 7450845.

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

Color convert

RGB221176113-
CMYK00.200.490.13
HSL35º61.36%65.49%-
HSV(B)35º48.87%86.67%-
XYZ48.3247.6222.27-
YUV182.2788.91155.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=43.33%
G=34.51%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117611300.200.490.133561.3665.49
HexDDB07101431D233d41
Octal33526016102461154375101
Binary1101110110110000111000101010011000111011000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB071; }

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

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

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

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

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

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

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

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