Shades of Manz #D8D360
Tints of Manz #D8D360
RGB
CMYK
RGB Variations
Color information
#D8D360 (or 0xD8D360) is known color: Manz. HEX triplet: D8, D3 and 60. RGB value is (216,211,96). Sum of RGB (Red+Green+Blue) = 216+211+96=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D360 is #272C9F. Grayscale: #C7C7C7. Windows color (decimal): -2567328 or 6345688. OLE color: 6345688.
HSL color Cylindrical-coordinate representation of color #D8D360: hue angle of 57.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8D360 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 96 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.15 |
| HSL | 57.5º | 0.61% | 0.61% | - |
| HSV(B) | 57.5º | 0.56% | 0.85% | - |
| XYZ | 53.72 | 62.03 | 20.21 | - |
| YUV | 199.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 96 | 0 | 0.02 | 0.56 | 0.15 | 57.5 | 0.61 | 0.61 |
| Hex | D8 | D3 | 60 | 0 | 2 | 38 | F | 3A | 3D | 3D |
| Octal | 330 | 323 | 140 | 0 | 2 | 70 | 17 | 72 | 75 | 75 |
| Binary | 11011000 | 11010011 | 1100000 | 0 | 10 | 111000 | 1111 | 111010 | 111101 | 111101 |
Color Harmonies of #D8D360
Complementary color
Monochromatic Colors of #D8D360
Black with #D8D360
Text Example
Text Example
White with #D8D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D360; }
p { color: rgb(216,211,96); }
H1.HeaderClassName
{
color: #D8D360;
}
.AnyTagClassName
{
color: #D8D360;
}
</style>
background-color css
<style>
a { background-color: #D8D360; }
a { background-color: rgb(216,211,96); }
div.DivClassName
{
background-color: #D8D360;
}
.BgClassName
{
background-color: #D8D360;
}
</style>
border-color css
<style>
span { border-color: #D8D360; }
span { border-color: rgb(216,211,96); }
td.TdClassName
{
border-color: #D8D360;
}
.TagClassName
{
border-color: #D8D360;
}
</style>