#DDB47B

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

Shades of Maize #DDB47B

Tints of Maize #DDB47B

Color information

#DDB47B (or 0xDDB47B) is unknown color: approx Maize. HEX triplet: DD, B4 and 7B. RGB value is (221,180,123). Sum of RGB (Red+Green+Blue) = 221+180+123=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47B is #224B84. Grayscale: #BABABA. Windows color (decimal): -2247557 or 8107229. OLE color: 8107229.

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

Color convert

RGB221180123-
CMYK00.190.440.13
HSL34.9º59.04%67.45%-
HSV(B)34.9º44.34%86.67%-
XYZ49.7249.4425.66-
YUV185.7692.58153.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=42.18%
G=34.35%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118012300.190.440.1334.959.0467.45
HexDDB47B0132CD233b43
Octal33526417302354154373103
Binary1101110110110100111101101001110110011011000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB47B; }

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

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

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

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

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

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

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

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