Shades of Maize #DCB575
Tints of Maize #DCB575
RGB
CMYK
RGB Variations
Color information
#DCB575 (or 0xDCB575) is known color: Maize. HEX triplet: DC, B5 and 75. RGB value is (220,181,117). Sum of RGB (Red+Green+Blue) = 220+181+117=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB575 is #234A8A. Grayscale: #B9B9B9. Windows color (decimal): -2312843 or 7714268. OLE color: 7714268.
HSL color Cylindrical-coordinate representation of color #DCB575: hue angle of 37.28º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB575 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 117 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.14 |
| HSL | 37.28º | 0.6% | 0.66% | - |
| HSV(B) | 37.28º | 0.47% | 0.86% | - |
| XYZ | 49.25 | 49.55 | 23.8 | - |
| YUV | 185.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 117 | 0 | 0.18 | 0.47 | 0.14 | 37.28 | 0.6 | 0.66 |
| Hex | DC | B5 | 75 | 0 | 12 | 2F | E | 25 | 3C | 42 |
| Octal | 334 | 265 | 165 | 0 | 22 | 57 | 16 | 45 | 74 | 102 |
| Binary | 11011100 | 10110101 | 1110101 | 0 | 10010 | 101111 | 1110 | 100101 | 111100 | 1000010 |
Color Harmonies of #DCB575
Complementary color
Monochromatic Colors of #DCB575
Black with #DCB575
Text Example
Text Example
White with #DCB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB575; }
p { color: rgb(220,181,117); }
H1.HeaderClassName
{
color: #DCB575;
}
.AnyTagClassName
{
color: #DCB575;
}
</style>
background-color css
<style>
a { background-color: #DCB575; }
a { background-color: rgb(220,181,117); }
div.DivClassName
{
background-color: #DCB575;
}
.BgClassName
{
background-color: #DCB575;
}
</style>
border-color css
<style>
span { border-color: #DCB575; }
span { border-color: rgb(220,181,117); }
td.TdClassName
{
border-color: #DCB575;
}
.TagClassName
{
border-color: #DCB575;
}
</style>