#DDB57B

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

Shades of Maize #DDB57B

Tints of Maize #DDB57B

Color information

#DDB57B (or 0xDDB57B) is unknown color: approx Maize. HEX triplet: DD, B5 and 7B. RGB value is (221,181,123). Sum of RGB (Red+Green+Blue) = 221+181+123=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57B is #224A84. Grayscale: #BABABA. Windows color (decimal): -2247301 or 8107485. OLE color: 8107485.

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

Color convert

RGB221181123-
CMYK00.180.440.13
HSL35.51º59.04%67.45%-
HSV(B)35.51º44.34%86.67%-
XYZ49.9249.8525.73-
YUV186.3592.25152.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=42.10%
G=34.48%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118112300.180.440.1335.5159.0467.45
HexDDB57B0122CD243b43
Octal33526517302254154473103
Binary1101110110110101111101101001010110011011001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB57B; }

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

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

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

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

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

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

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

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