Shades of Manz #D8CF5D
Tints of Manz #D8CF5D
RGB
CMYK
RGB Variations
Color information
#D8CF5D (or 0xD8CF5D) is known color: Manz. HEX triplet: D8, CF and 5D. RGB value is (216,207,93). Sum of RGB (Red+Green+Blue) = 216+207+93=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF5D is #2730A2. Grayscale: #C5C5C5. Windows color (decimal): -2568355 or 6148056. OLE color: 6148056.
HSL color Cylindrical-coordinate representation of color #D8CF5D: hue angle of 55.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8CF5D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 93 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.15 |
| HSL | 55.61º | 0.61% | 0.61% | - |
| HSV(B) | 55.61º | 0.57% | 0.85% | - |
| XYZ | 52.61 | 60.01 | 19.17 | - |
| YUV | 196.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 93 | 0 | 0.04 | 0.57 | 0.15 | 55.61 | 0.61 | 0.61 |
| Hex | D8 | CF | 5D | 0 | 4 | 39 | F | 38 | 3D | 3D |
| Octal | 330 | 317 | 135 | 0 | 4 | 71 | 17 | 70 | 75 | 75 |
| Binary | 11011000 | 11001111 | 1011101 | 0 | 100 | 111001 | 1111 | 111000 | 111101 | 111101 |
Color Harmonies of #D8CF5D
Complementary color
Monochromatic Colors of #D8CF5D
Black with #D8CF5D
Text Example
Text Example
White with #D8CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF5D; }
p { color: rgb(216,207,93); }
H1.HeaderClassName
{
color: #D8CF5D;
}
.AnyTagClassName
{
color: #D8CF5D;
}
</style>
background-color css
<style>
a { background-color: #D8CF5D; }
a { background-color: rgb(216,207,93); }
div.DivClassName
{
background-color: #D8CF5D;
}
.BgClassName
{
background-color: #D8CF5D;
}
</style>
border-color css
<style>
span { border-color: #D8CF5D; }
span { border-color: rgb(216,207,93); }
td.TdClassName
{
border-color: #D8CF5D;
}
.TagClassName
{
border-color: #D8CF5D;
}
</style>