#DDB475

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

Shades of Maize #DDB475

Tints of Maize #DDB475

Color information

#DDB475 (or 0xDDB475) is unknown color: approx Maize. HEX triplet: DD, B4 and 75. RGB value is (221,180,117). Sum of RGB (Red+Green+Blue) = 221+180+117=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB475 is #224B8A. Grayscale: #B9B9B9. Windows color (decimal): -2247563 or 7714013. OLE color: 7714013.

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

Color convert

RGB221180117-
CMYK00.190.470.13
HSL36.35º60.47%66.27%-
HSV(B)36.35º47.06%86.67%-
XYZ49.3549.323.74-
YUV185.0889.58153.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=42.66%
G=34.75%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118011700.190.470.1336.3560.4766.27
HexDDB4750132FD243c42
Octal33526416502357154474102
Binary1101110110110100111010101001110111111011001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB475; }

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

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

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

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

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

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

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

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