#DDB778

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

Shades of Maize #DDB778

Tints of Maize #DDB778

Color information

#DDB778 (or 0xDDB778) is unknown color: approx Maize. HEX triplet: DD, B7 and 78. RGB value is (221,183,120). Sum of RGB (Red+Green+Blue) = 221+183+120=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB778 is #224887. Grayscale: #BBBBBB. Windows color (decimal): -2246792 or 7911389. OLE color: 7911389.

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

Color convert

RGB221183120-
CMYK00.170.460.13
HSL37.43º59.76%66.86%-
HSV(B)37.43º45.7%86.67%-
XYZ50.1450.624.89-
YUV187.1890.09152.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=42.18%
G=34.92%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118312000.170.460.1337.4359.7666.86
HexDDB7780112ED253c43
Octal33526717002156154574103
Binary1101110110110111111100001000110111011011001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB778; }

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

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

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

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

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

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

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

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