#DDB480

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

Shades of Maize #DDB480

Tints of Maize #DDB480

Color information

#DDB480 (or 0xDDB480) is unknown color: approx Maize. HEX triplet: DD, B4 and 80. RGB value is (221,180,128). Sum of RGB (Red+Green+Blue) = 221+180+128=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB480 is #224B7F. Grayscale: #BABABA. Windows color (decimal): -2247552 or 8434909. OLE color: 8434909.

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

Color convert

RGB221180128-
CMYK00.190.420.13
HSL33.55º57.76%68.43%-
HSV(B)33.55º42.08%86.67%-
XYZ50.0449.5727.35-
YUV186.3395.08152.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=41.78%
G=34.03%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118012800.190.420.1333.5557.7668.43
HexDDB4800132AD223a44
Octal33526420002352154272104
Binary11011101101101001000000001001110101011011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB480; }

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

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

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

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

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

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

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

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