Shades of Manz #D8CF5E
Tints of Manz #D8CF5E
RGB
CMYK
RGB Variations
Color information
#D8CF5E (or 0xD8CF5E) is known color: Manz. HEX triplet: D8, CF and 5E. RGB value is (216,207,94). Sum of RGB (Red+Green+Blue) = 216+207+94=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF5E is #2730A1. Grayscale: #C5C5C5. Windows color (decimal): -2568354 or 6213592. OLE color: 6213592.
HSL color Cylindrical-coordinate representation of color #D8CF5E: hue angle of 55.57º 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 #D8CF5E is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 94 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.15 |
| HSL | 55.57º | 0.61% | 0.61% | - |
| HSV(B) | 55.57º | 0.56% | 0.85% | - |
| XYZ | 52.65 | 60.03 | 19.4 | - |
| YUV | 196.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 94 | 0 | 0.04 | 0.56 | 0.15 | 55.57 | 0.61 | 0.61 |
| Hex | D8 | CF | 5E | 0 | 4 | 38 | F | 38 | 3D | 3D |
| Octal | 330 | 317 | 136 | 0 | 4 | 70 | 17 | 70 | 75 | 75 |
| Binary | 11011000 | 11001111 | 1011110 | 0 | 100 | 111000 | 1111 | 111000 | 111101 | 111101 |
Color Harmonies of #D8CF5E
Complementary color
Monochromatic Colors of #D8CF5E
Black with #D8CF5E
Text Example
Text Example
White with #D8CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF5E; }
p { color: rgb(216,207,94); }
H1.HeaderClassName
{
color: #D8CF5E;
}
.AnyTagClassName
{
color: #D8CF5E;
}
</style>
background-color css
<style>
a { background-color: #D8CF5E; }
a { background-color: rgb(216,207,94); }
div.DivClassName
{
background-color: #D8CF5E;
}
.BgClassName
{
background-color: #D8CF5E;
}
</style>
border-color css
<style>
span { border-color: #D8CF5E; }
span { border-color: rgb(216,207,94); }
td.TdClassName
{
border-color: #D8CF5E;
}
.TagClassName
{
border-color: #D8CF5E;
}
</style>