#DDB574

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

Shades of Maize #DDB574

Tints of Maize #DDB574

Color information

#DDB574 (or 0xDDB574) is unknown color: approx Maize. HEX triplet: DD, B5 and 74. RGB value is (221,181,116). Sum of RGB (Red+Green+Blue) = 221+181+116=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB574 is #224A8B. Grayscale: #B9B9B9. Windows color (decimal): -2247308 or 7648733. OLE color: 7648733.

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

Color convert

RGB221181116-
CMYK00.180.480.13
HSL37.14º60.69%66.08%-
HSV(B)37.14º47.51%86.67%-
XYZ49.549.6823.5-
YUV185.5588.75153.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=42.66%
G=34.94%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118111600.180.480.1337.1460.6966.08
HexDDB57401230D253d42
Octal33526516402260154575102
Binary1101110110110101111010001001011000011011001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB574; }

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

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

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

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

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

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

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

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