#DDB474

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

Shades of Maize #DDB474

Tints of Maize #DDB474

Color information

#DDB474 (or 0xDDB474) is unknown color: approx Maize. HEX triplet: DD, B4 and 74. RGB value is (221,180,116). Sum of RGB (Red+Green+Blue) = 221+180+116=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB474 is #224B8B. Grayscale: #B9B9B9. Windows color (decimal): -2247564 or 7648477. OLE color: 7648477.

HSL color Cylindrical-coordinate representation of color #DDB474: hue angle of 36.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB474 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221180116-
CMYK00.190.480.13
HSL36.57º60.69%66.08%-
HSV(B)36.57º47.51%86.67%-
XYZ49.2949.2823.44-
YUV184.9689.08153.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=42.75%
G=34.82%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118011600.190.480.1336.5760.6966.08
HexDDB47401330D253d42
Octal33526416402360154575102
Binary1101110110110100111010001001111000011011001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB474; }

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

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

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

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

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

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

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

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