#DDB47D

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

Shades of Maize #DDB47D

Tints of Maize #DDB47D

Color information

#DDB47D (or 0xDDB47D) is unknown color: approx Maize. HEX triplet: DD, B4 and 7D. RGB value is (221,180,125). Sum of RGB (Red+Green+Blue) = 221+180+125=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47D is #224B82. Grayscale: #BABABA. Windows color (decimal): -2247555 or 8238301. OLE color: 8238301.

HSL color Cylindrical-coordinate representation of color #DDB47D: hue angle of 34.38º degrees, saturation: 0.59, 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 #DDB47D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221180125-
CMYK00.190.430.13
HSL34.38º58.54%67.84%-
HSV(B)34.38º43.44%86.67%-
XYZ49.8449.526.33-
YUV185.9993.58152.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=42.02%
G=34.22%
B=23.76%

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
Decimal22118012500.190.430.1334.3858.5467.84
HexDDB47D0132BD223b44
Octal33526417502353154273104
Binary1101110110110100111110101001110101111011000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB47D; }

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

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

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

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

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

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

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

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