Shades of Manz #D8DA5B
Tints of Manz #D8DA5B
RGB
CMYK
RGB Variations
Color information
#D8DA5B (or 0xD8DA5B) is known color: Manz. HEX triplet: D8, DA and 5B. RGB value is (216,218,91). Sum of RGB (Red+Green+Blue) = 216+218+91=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA5B is #2725A4. Grayscale: #CBCBCB. Windows color (decimal): -2565541 or 6019800. OLE color: 6019800.
HSL color Cylindrical-coordinate representation of color #D8DA5B: hue angle of 60.94º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8DA5B is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 91 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.15 |
| HSL | 60.94º | 0.63% | 0.61% | - |
| HSV(B) | 60.94º | 0.58% | 0.85% | - |
| XYZ | 55.28 | 65.5 | 19.63 | - |
| YUV | 202.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 91 | 0.01 | 0 | 0.58 | 0.15 | 60.94 | 0.63 | 0.61 |
| Hex | D8 | DA | 5B | 1 | 0 | 3A | F | 3D | 3F | 3D |
| Octal | 330 | 332 | 133 | 1 | 0 | 72 | 17 | 75 | 77 | 75 |
| Binary | 11011000 | 11011010 | 1011011 | 1 | 0 | 111010 | 1111 | 111101 | 111111 | 111101 |
Color Harmonies of #D8DA5B
Complementary color
Monochromatic Colors of #D8DA5B
Black with #D8DA5B
Text Example
Text Example
White with #D8DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA5B; }
p { color: rgb(216,218,91); }
H1.HeaderClassName
{
color: #D8DA5B;
}
.AnyTagClassName
{
color: #D8DA5B;
}
</style>
background-color css
<style>
a { background-color: #D8DA5B; }
a { background-color: rgb(216,218,91); }
div.DivClassName
{
background-color: #D8DA5B;
}
.BgClassName
{
background-color: #D8DA5B;
}
</style>
border-color css
<style>
span { border-color: #D8DA5B; }
span { border-color: rgb(216,218,91); }
td.TdClassName
{
border-color: #D8DA5B;
}
.TagClassName
{
border-color: #D8DA5B;
}
</style>