Shades of Manz #D8DD5A
Tints of Manz #D8DD5A
RGB
CMYK
RGB Variations
Color information
#D8DD5A (or 0xD8DD5A) is known color: Manz. HEX triplet: D8, DD and 5A. RGB value is (216,221,90). Sum of RGB (Red+Green+Blue) = 216+221+90=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD5A is #2722A5. Grayscale: #CDCDCD. Windows color (decimal): -2564774 or 5955032. OLE color: 5955032.
HSL color Cylindrical-coordinate representation of color #D8DD5A: hue angle of 62.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8DD5A is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 90 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 62.29º | 0.66% | 0.61% | - |
| HSV(B) | 62.29º | 0.59% | 0.87% | - |
| XYZ | 56.02 | 67.05 | 19.66 | - |
| YUV | 204.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 90 | 0.02 | 0 | 0.59 | 0.13 | 62.29 | 0.66 | 0.61 |
| Hex | D8 | DD | 5A | 2 | 0 | 3B | D | 3E | 42 | 3D |
| Octal | 330 | 335 | 132 | 2 | 0 | 73 | 15 | 76 | 102 | 75 |
| Binary | 11011000 | 11011101 | 1011010 | 10 | 0 | 111011 | 1101 | 111110 | 1000010 | 111101 |
Color Harmonies of #D8DD5A
Complementary color
Monochromatic Colors of #D8DD5A
Black with #D8DD5A
Text Example
Text Example
White with #D8DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD5A; }
p { color: rgb(216,221,90); }
H1.HeaderClassName
{
color: #D8DD5A;
}
.AnyTagClassName
{
color: #D8DD5A;
}
</style>
background-color css
<style>
a { background-color: #D8DD5A; }
a { background-color: rgb(216,221,90); }
div.DivClassName
{
background-color: #D8DD5A;
}
.BgClassName
{
background-color: #D8DD5A;
}
</style>
border-color css
<style>
span { border-color: #D8DD5A; }
span { border-color: rgb(216,221,90); }
td.TdClassName
{
border-color: #D8DD5A;
}
.TagClassName
{
border-color: #D8DD5A;
}
</style>