#DDB776

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

Shades of Maize #DDB776

Tints of Maize #DDB776

Color information

#DDB776 (or 0xDDB776) is unknown color: approx Maize. HEX triplet: DD, B7 and 76. RGB value is (221,183,118). Sum of RGB (Red+Green+Blue) = 221+183+118=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB776 is #224889. Grayscale: #BBBBBB. Windows color (decimal): -2246794 or 7780317. OLE color: 7780317.

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

Color convert

RGB221183118-
CMYK00.170.470.13
HSL37.86º60.23%66.47%-
HSV(B)37.86º46.61%86.67%-
XYZ50.0250.5524.26-
YUV186.9589.09152.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=42.34%
G=35.06%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118311800.170.470.1337.8660.2366.47
HexDDB7760112FD263c42
Octal33526716602157154674102
Binary1101110110110111111011001000110111111011001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB776; }

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

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

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

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

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

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

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

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