Shades of Manz #D8DB5D
Tints of Manz #D8DB5D
RGB
CMYK
RGB Variations
Color information
#D8DB5D (or 0xD8DB5D) is known color: Manz. HEX triplet: D8, DB and 5D. RGB value is (216,219,93). Sum of RGB (Red+Green+Blue) = 216+219+93=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB5D is #2724A2. Grayscale: #CCCCCC. Windows color (decimal): -2565283 or 6151128. OLE color: 6151128.
HSL color Cylindrical-coordinate representation of color #D8DB5D: hue angle of 61.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8DB5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.14 |
| HSL | 61.43º | 0.64% | 0.61% | - |
| HSV(B) | 61.43º | 0.58% | 0.86% | - |
| XYZ | 55.63 | 66.05 | 20.17 | - |
| YUV | 203.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 93 | 0.01 | 0 | 0.58 | 0.14 | 61.43 | 0.64 | 0.61 |
| Hex | D8 | DB | 5D | 1 | 0 | 3A | E | 3D | 40 | 3D |
| Octal | 330 | 333 | 135 | 1 | 0 | 72 | 16 | 75 | 100 | 75 |
| Binary | 11011000 | 11011011 | 1011101 | 1 | 0 | 111010 | 1110 | 111101 | 1000000 | 111101 |
Color Harmonies of #D8DB5D
Complementary color
Monochromatic Colors of #D8DB5D
Black with #D8DB5D
Text Example
Text Example
White with #D8DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB5D; }
p { color: rgb(216,219,93); }
H1.HeaderClassName
{
color: #D8DB5D;
}
.AnyTagClassName
{
color: #D8DB5D;
}
</style>
background-color css
<style>
a { background-color: #D8DB5D; }
a { background-color: rgb(216,219,93); }
div.DivClassName
{
background-color: #D8DB5D;
}
.BgClassName
{
background-color: #D8DB5D;
}
</style>
border-color css
<style>
span { border-color: #D8DB5D; }
span { border-color: rgb(216,219,93); }
td.TdClassName
{
border-color: #D8DB5D;
}
.TagClassName
{
border-color: #D8DB5D;
}
</style>