Shades of Maize #DCB375
Tints of Maize #DCB375
RGB
CMYK
RGB Variations
Color information
#DCB375 (or 0xDCB375) is known color: Maize. HEX triplet: DC, B3 and 75. RGB value is (220,179,117). Sum of RGB (Red+Green+Blue) = 220+179+117=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB375 is #234C8A. Grayscale: #B8B8B8. Windows color (decimal): -2313355 or 7713756. OLE color: 7713756.
HSL color Cylindrical-coordinate representation of color #DCB375: hue angle of 36.12º 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 #DCB375 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 117 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 36.12º | 0.6% | 0.66% | - |
| HSV(B) | 36.12º | 0.47% | 0.86% | - |
| XYZ | 48.85 | 48.74 | 23.66 | - |
| YUV | 184.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 117 | 0 | 0.19 | 0.47 | 0.14 | 36.12 | 0.6 | 0.66 |
| Hex | DC | B3 | 75 | 0 | 13 | 2F | E | 24 | 3C | 42 |
| Octal | 334 | 263 | 165 | 0 | 23 | 57 | 16 | 44 | 74 | 102 |
| Binary | 11011100 | 10110011 | 1110101 | 0 | 10011 | 101111 | 1110 | 100100 | 111100 | 1000010 |
Color Harmonies of #DCB375
Complementary color
Monochromatic Colors of #DCB375
Black with #DCB375
Text Example
Text Example
White with #DCB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB375; }
p { color: rgb(220,179,117); }
H1.HeaderClassName
{
color: #DCB375;
}
.AnyTagClassName
{
color: #DCB375;
}
</style>
background-color css
<style>
a { background-color: #DCB375; }
a { background-color: rgb(220,179,117); }
div.DivClassName
{
background-color: #DCB375;
}
.BgClassName
{
background-color: #DCB375;
}
</style>
border-color css
<style>
span { border-color: #DCB375; }
span { border-color: rgb(220,179,117); }
td.TdClassName
{
border-color: #DCB375;
}
.TagClassName
{
border-color: #DCB375;
}
</style>