#DDB47F

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

Shades of Maize #DDB47F

Tints of Maize #DDB47F

Color information

#DDB47F (or 0xDDB47F) is unknown color: approx Maize. HEX triplet: DD, B4 and 7F. RGB value is (221,180,127). Sum of RGB (Red+Green+Blue) = 221+180+127=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47F is #224B80. Grayscale: #BABABA. Windows color (decimal): -2247553 or 8369373. OLE color: 8369373.

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

Color convert

RGB221180127-
CMYK00.190.430.13
HSL33.83º58.02%68.24%-
HSV(B)33.83º42.53%86.67%-
XYZ49.9749.5527.01-
YUV186.2294.58152.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 127 (50% from 255) = 24.05%
R=41.86%
G=34.09%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118012700.190.430.1333.8358.0268.24
HexDDB47F0132BD223a44
Octal33526417702353154272104
Binary1101110110110100111111101001110101111011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB47F; }

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

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

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

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

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

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

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

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