#DDB775

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

Shades of Maize #DDB775

Tints of Maize #DDB775

Color information

#DDB775 (or 0xDDB775) is unknown color: approx Maize. HEX triplet: DD, B7 and 75. RGB value is (221,183,117). Sum of RGB (Red+Green+Blue) = 221+183+117=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB775 is #22488A. Grayscale: #BBBBBB. Windows color (decimal): -2246795 or 7714781. OLE color: 7714781.

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

Color convert

RGB221183117-
CMYK00.170.470.13
HSL38.08º60.47%66.27%-
HSV(B)38.08º47.06%86.67%-
XYZ49.9650.5223.95-
YUV186.8488.59152.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=42.42%
G=35.12%
B=22.46%

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
Decimal22118311700.170.470.1338.0860.4766.27
HexDDB7750112FD263c42
Octal33526716502157154674102
Binary1101110110110111111010101000110111111011001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB775; }

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

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

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

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

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

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

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

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