#DDB87D

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

Shades of Maize #DDB87D

Tints of Maize #DDB87D

Color information

#DDB87D (or 0xDDB87D) is unknown color: approx Maize. HEX triplet: DD, B8 and 7D. RGB value is (221,184,125). Sum of RGB (Red+Green+Blue) = 221+184+125=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB87D is #224782. Grayscale: #BCBCBC. Windows color (decimal): -2246531 or 8239325. OLE color: 8239325.

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

Color convert

RGB221184125-
CMYK00.170.430.13
HSL36.88º58.54%67.84%-
HSV(B)36.88º43.44%86.67%-
XYZ50.6651.1326.6-
YUV188.3492.26151.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=41.70%
G=34.72%
B=23.58%

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
Decimal22118412500.170.430.1336.8858.5467.84
HexDDB87D0112BD253b44
Octal33527017502153154573104
Binary1101110110111000111110101000110101111011001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB87D; }

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

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

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

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

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

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

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

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