#DDB57F

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

Shades of Maize #DDB57F

Tints of Maize #DDB57F

Color information

#DDB57F (or 0xDDB57F) is unknown color: approx Maize. HEX triplet: DD, B5 and 7F. RGB value is (221,181,127). Sum of RGB (Red+Green+Blue) = 221+181+127=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57F is #224A80. Grayscale: #BBBBBB. Windows color (decimal): -2247297 or 8369629. OLE color: 8369629.

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

Color convert

RGB221181127-
CMYK00.180.430.13
HSL34.47º58.02%68.24%-
HSV(B)34.47º42.53%86.67%-
XYZ50.1749.9527.08-
YUV186.894.25152.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 24.01%
R=41.78%
G=34.22%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118112700.180.430.1334.4758.0268.24
HexDDB57F0122BD223a44
Octal33526517702253154272104
Binary1101110110110101111111101001010101111011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB57F; }

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

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

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

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

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

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

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

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