#DDB172

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

Shades of Harvest Gold #DDB172

Tints of Harvest Gold #DDB172

Color information

#DDB172 (or 0xDDB172) is unknown color: approx Harvest Gold. HEX triplet: DD, B1 and 72. RGB value is (221,177,114). Sum of RGB (Red+Green+Blue) = 221+177+114=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB172 is #224E8D. Grayscale: #B7B7B7. Windows color (decimal): -2248334 or 7516637. OLE color: 7516637.

HSL color Cylindrical-coordinate representation of color #DDB172: hue angle of 35.33º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB172 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221177114-
CMYK00.200.480.13
HSL35.33º61.14%65.69%-
HSV(B)35.33º48.42%86.67%-
XYZ48.5848.0322.63-
YUV182.9789.08155.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=43.16%
G=34.57%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117711400.200.480.1335.3361.1465.69
HexDDB17201430D233d42
Octal33526116202460154375102
Binary1101110110110001111001001010011000011011000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB172; }

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

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

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

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

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

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

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

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