#DDB477

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

Shades of Maize #DDB477

Tints of Maize #DDB477

Color information

#DDB477 (or 0xDDB477) is unknown color: approx Maize. HEX triplet: DD, B4 and 77. RGB value is (221,180,119). Sum of RGB (Red+Green+Blue) = 221+180+119=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB477 is #224B88. Grayscale: #B9B9B9. Windows color (decimal): -2247561 or 7845085. OLE color: 7845085.

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

Color convert

RGB221180119-
CMYK00.190.460.13
HSL35.88º60%66.67%-
HSV(B)35.88º46.15%86.67%-
XYZ49.4749.3524.37-
YUV185.390.58153.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=42.5%
G=34.62%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118011900.190.460.1335.886066.67
HexDDB4770132ED243c43
Octal33526416702356154474103
Binary1101110110110100111011101001110111011011001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB477; }

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

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

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

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

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

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

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

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