#DDB272

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

Shades of Harvest Gold #DDB272

Tints of Harvest Gold #DDB272

Color information

#DDB272 (or 0xDDB272) is unknown color: approx Harvest Gold. HEX triplet: DD, B2 and 72. RGB value is (221,178,114). Sum of RGB (Red+Green+Blue) = 221+178+114=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB272 is #224D8D. Grayscale: #B7B7B7. Windows color (decimal): -2248078 or 7516893. OLE color: 7516893.

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

Color convert

RGB221178114-
CMYK00.190.480.13
HSL35.89º61.14%65.69%-
HSV(B)35.89º48.42%86.67%-
XYZ48.7848.4322.7-
YUV183.5688.75154.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=43.08%
G=34.70%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117811400.190.480.1335.8961.1465.69
HexDDB27201330D243d42
Octal33526216202360154475102
Binary1101110110110010111001001001111000011011001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB272; }

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

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

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

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

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

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

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

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