#DDB37D

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

Shades of Maize #DDB37D

Tints of Maize #DDB37D

Color information

#DDB37D (or 0xDDB37D) is unknown color: approx Maize. HEX triplet: DD, B3 and 7D. RGB value is (221,179,125). Sum of RGB (Red+Green+Blue) = 221+179+125=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37D is #224C82. Grayscale: #B9B9B9. Windows color (decimal): -2247811 or 8238045. OLE color: 8238045.

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

Color convert

RGB221179125-
CMYK00.190.430.13
HSL33.75º58.54%67.84%-
HSV(B)33.75º43.44%86.67%-
XYZ49.6449.0926.26-
YUV185.493.91153.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=42.10%
G=34.10%
B=23.81%

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
Decimal22117912500.190.430.1333.7558.5467.84
HexDDB37D0132BD223b44
Octal33526317502353154273104
Binary1101110110110011111110101001110101111011000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB37D; }

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

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

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

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

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

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

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

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