Shades of Manz #D8CC5E
Tints of Manz #D8CC5E
RGB
CMYK
RGB Variations
Color information
#D8CC5E (or 0xD8CC5E) is known color: Manz. HEX triplet: D8, CC and 5E. RGB value is (216,204,94). Sum of RGB (Red+Green+Blue) = 216+204+94=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5E is #2733A1. Grayscale: #C3C3C3. Windows color (decimal): -2569122 or 6212824. OLE color: 6212824.
HSL color Cylindrical-coordinate representation of color #D8CC5E: hue angle of 54.1º 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 #D8CC5E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 94 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.15 |
| HSL | 54.1º | 0.61% | 0.61% | - |
| HSV(B) | 54.1º | 0.56% | 0.85% | - |
| XYZ | 51.93 | 58.59 | 19.16 | - |
| YUV | 195.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 94 | 0 | 0.06 | 0.56 | 0.15 | 54.1 | 0.61 | 0.61 |
| Hex | D8 | CC | 5E | 0 | 6 | 38 | F | 36 | 3D | 3D |
| Octal | 330 | 314 | 136 | 0 | 6 | 70 | 17 | 66 | 75 | 75 |
| Binary | 11011000 | 11001100 | 1011110 | 0 | 110 | 111000 | 1111 | 110110 | 111101 | 111101 |
Color Harmonies of #D8CC5E
Complementary color
Monochromatic Colors of #D8CC5E
Black with #D8CC5E
Text Example
Text Example
White with #D8CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC5E; }
p { color: rgb(216,204,94); }
H1.HeaderClassName
{
color: #D8CC5E;
}
.AnyTagClassName
{
color: #D8CC5E;
}
</style>
background-color css
<style>
a { background-color: #D8CC5E; }
a { background-color: rgb(216,204,94); }
div.DivClassName
{
background-color: #D8CC5E;
}
.BgClassName
{
background-color: #D8CC5E;
}
</style>
border-color css
<style>
span { border-color: #D8CC5E; }
span { border-color: rgb(216,204,94); }
td.TdClassName
{
border-color: #D8CC5E;
}
.TagClassName
{
border-color: #D8CC5E;
}
</style>