#DDB87F

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

Shades of Maize #DDB87F

Tints of Maize #DDB87F

Color information

#DDB87F (or 0xDDB87F) is unknown color: approx Maize. HEX triplet: DD, B8 and 7F. RGB value is (221,184,127). Sum of RGB (Red+Green+Blue) = 221+184+127=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB87F is #224780. Grayscale: #BCBCBC. Windows color (decimal): -2246529 or 8370397. OLE color: 8370397.

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

Color convert

RGB221184127-
CMYK00.170.430.13
HSL36.38º58.02%68.24%-
HSV(B)36.38º42.53%86.67%-
XYZ50.7951.1927.28-
YUV188.5693.26151.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 127 (50% from 255) = 23.87%
R=41.54%
G=34.59%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118412700.170.430.1336.3858.0268.24
HexDDB87F0112BD243a44
Octal33527017702153154472104
Binary1101110110111000111111101000110101111011001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB87F; }

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

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

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

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

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

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

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

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