#DDB981

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

Shades of Maize #DDB981

Tints of Maize #DDB981

Color information

#DDB981 (or 0xDDB981) is unknown color: approx Maize. HEX triplet: DD, B9 and 81. RGB value is (221,185,129). Sum of RGB (Red+Green+Blue) = 221+185+129=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB981 is #22467E. Grayscale: #BDBDBD. Windows color (decimal): -2246271 or 8501725. OLE color: 8501725.

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

Color convert

RGB221185129-
CMYK00.160.420.13
HSL36.52º57.5%68.63%-
HSV(B)36.52º41.63%86.67%-
XYZ51.1351.6628.04-
YUV189.3893.93150.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=41.31%
G=34.58%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118512900.160.420.1336.5257.568.63
HexDDB9810102AD253a45
Octal33527120102052154572105
Binary11011101101110011000000101000010101011011001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB981; }

 p { color: rgb(221,185,129); }

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

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

 a { background-color: rgb(221,185,129); }

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

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

 span { border-color: rgb(221,185,129); }

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