#DDB171

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

Shades of Harvest Gold #DDB171

Tints of Harvest Gold #DDB171

Color information

#DDB171 (or 0xDDB171) is unknown color: approx Harvest Gold. HEX triplet: DD, B1 and 71. RGB value is (221,177,113). Sum of RGB (Red+Green+Blue) = 221+177+113=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB171 is #224E8E. Grayscale: #B7B7B7. Windows color (decimal): -2248335 or 7451101. OLE color: 7451101.

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

Color convert

RGB221177113-
CMYK00.200.490.13
HSL35.56º61.36%65.49%-
HSV(B)35.56º48.87%86.67%-
XYZ48.5248.0122.33-
YUV182.8688.58155.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=43.25%
G=34.64%
B=22.11%

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
Decimal22117711300.200.490.1335.5661.3665.49
HexDDB17101431D243d41
Octal33526116102461154475101
Binary1101110110110001111000101010011000111011001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB171; }

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

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

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

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

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

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

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

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