Shades of Manz #D5D85D
Tints of Manz #D5D85D
RGB
CMYK
RGB Variations
Color information
#D5D85D (or 0xD5D85D) is known color: Manz. HEX triplet: D5, D8 and 5D. RGB value is (213,216,93). Sum of RGB (Red+Green+Blue) = 213+216+93=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D85D is #2A27A2. Grayscale: #C9C9C9. Windows color (decimal): -2762659 or 6150357. OLE color: 6150357.
HSL color Cylindrical-coordinate representation of color #D5D85D: hue angle of 61.46º 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 #D5D85D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 93 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.15 |
| HSL | 61.46º | 0.61% | 0.61% | - |
| HSV(B) | 61.46º | 0.57% | 0.85% | - |
| XYZ | 53.97 | 64.05 | 19.87 | - |
| YUV | 201.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 93 | 0.01 | 0 | 0.57 | 0.15 | 61.46 | 0.61 | 0.61 |
| Hex | D5 | D8 | 5D | 1 | 0 | 39 | F | 3D | 3D | 3D |
| Octal | 325 | 330 | 135 | 1 | 0 | 71 | 17 | 75 | 75 | 75 |
| Binary | 11010101 | 11011000 | 1011101 | 1 | 0 | 111001 | 1111 | 111101 | 111101 | 111101 |
Color Harmonies of #D5D85D
Complementary color
Monochromatic Colors of #D5D85D
Black with #D5D85D
Text Example
Text Example
White with #D5D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D85D; }
p { color: rgb(213,216,93); }
H1.HeaderClassName
{
color: #D5D85D;
}
.AnyTagClassName
{
color: #D5D85D;
}
</style>
background-color css
<style>
a { background-color: #D5D85D; }
a { background-color: rgb(213,216,93); }
div.DivClassName
{
background-color: #D5D85D;
}
.BgClassName
{
background-color: #D5D85D;
}
</style>
border-color css
<style>
span { border-color: #D5D85D; }
span { border-color: rgb(213,216,93); }
td.TdClassName
{
border-color: #D5D85D;
}
.TagClassName
{
border-color: #D5D85D;
}
</style>