#DDB576

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

Shades of Maize #DDB576

Tints of Maize #DDB576

Color information

#DDB576 (or 0xDDB576) is unknown color: approx Maize. HEX triplet: DD, B5 and 76. RGB value is (221,181,118). Sum of RGB (Red+Green+Blue) = 221+181+118=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB576 is #224A89. Grayscale: #BABABA. Windows color (decimal): -2247306 or 7779805. OLE color: 7779805.

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

Color convert

RGB221181118-
CMYK00.180.470.13
HSL36.7º60.23%66.47%-
HSV(B)36.7º46.61%86.67%-
XYZ49.6149.7324.12-
YUV185.7889.75153.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=42.5%
G=34.81%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118111800.180.470.1336.760.2366.47
HexDDB5760122FD253c42
Octal33526516602257154574102
Binary1101110110110101111011001001010111111011001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB576; }

 p { color: rgb(221,181,118); }

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

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

 a { background-color: rgb(221,181,118); }

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

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

 span { border-color: rgb(221,181,118); }

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