Shades of Maize #DCB67B
Tints of Maize #DCB67B
RGB
CMYK
RGB Variations
Color information
#DCB67B (or 0xDCB67B) is known color: Maize. HEX triplet: DC, B6 and 7B. RGB value is (220,182,123). Sum of RGB (Red+Green+Blue) = 220+182+123=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB67B is #234984. Grayscale: #BABABA. Windows color (decimal): -2312581 or 8107740. OLE color: 8107740.
HSL color Cylindrical-coordinate representation of color #DCB67B: hue angle of 36.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB67B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 123 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.14 |
| HSL | 36.49º | 0.58% | 0.67% | - |
| HSV(B) | 36.49º | 0.44% | 0.86% | - |
| XYZ | 49.82 | 50.1 | 25.78 | - |
| YUV | 186.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 123 | 0 | 0.17 | 0.44 | 0.14 | 36.49 | 0.58 | 0.67 |
| Hex | DC | B6 | 7B | 0 | 11 | 2C | E | 24 | 3A | 43 |
| Octal | 334 | 266 | 173 | 0 | 21 | 54 | 16 | 44 | 72 | 103 |
| Binary | 11011100 | 10110110 | 1111011 | 0 | 10001 | 101100 | 1110 | 100100 | 111010 | 1000011 |
Color Harmonies of #DCB67B
Complementary color
Monochromatic Colors of #DCB67B
Black with #DCB67B
Text Example
Text Example
White with #DCB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB67B; }
p { color: rgb(220,182,123); }
H1.HeaderClassName
{
color: #DCB67B;
}
.AnyTagClassName
{
color: #DCB67B;
}
</style>
background-color css
<style>
a { background-color: #DCB67B; }
a { background-color: rgb(220,182,123); }
div.DivClassName
{
background-color: #DCB67B;
}
.BgClassName
{
background-color: #DCB67B;
}
</style>
border-color css
<style>
span { border-color: #DCB67B; }
span { border-color: rgb(220,182,123); }
td.TdClassName
{
border-color: #DCB67B;
}
.TagClassName
{
border-color: #DCB67B;
}
</style>