Shades of Manz #D5D65D
Tints of Manz #D5D65D
RGB
CMYK
RGB Variations
Color information
#D5D65D (or 0xD5D65D) is known color: Manz. HEX triplet: D5, D6 and 5D. RGB value is (213,214,93). Sum of RGB (Red+Green+Blue) = 213+214+93=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D65D is #2A29A2. Grayscale: #C8C8C8. Windows color (decimal): -2763171 or 6149845. OLE color: 6149845.
HSL color Cylindrical-coordinate representation of color #D5D65D: hue angle of 60.5º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5D65D is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 93 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.16 |
| HSL | 60.5º | 0.6% | 0.6% | - |
| HSV(B) | 60.5º | 0.57% | 0.84% | - |
| XYZ | 53.46 | 63.03 | 19.7 | - |
| YUV | 199.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 93 | 0.00 | 0 | 0.57 | 0.16 | 60.5 | 0.6 | 0.6 |
| Hex | D5 | D6 | 5D | 0 | 0 | 39 | 10 | 3C | 3C | 3C |
| Octal | 325 | 326 | 135 | 0 | 0 | 71 | 20 | 74 | 74 | 74 |
| Binary | 11010101 | 11010110 | 1011101 | 0 | 0 | 111001 | 10000 | 111100 | 111100 | 111100 |
Color Harmonies of #D5D65D
Complementary color
Monochromatic Colors of #D5D65D
Black with #D5D65D
Text Example
Text Example
White with #D5D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D65D; }
p { color: rgb(213,214,93); }
H1.HeaderClassName
{
color: #D5D65D;
}
.AnyTagClassName
{
color: #D5D65D;
}
</style>
background-color css
<style>
a { background-color: #D5D65D; }
a { background-color: rgb(213,214,93); }
div.DivClassName
{
background-color: #D5D65D;
}
.BgClassName
{
background-color: #D5D65D;
}
</style>
border-color css
<style>
span { border-color: #D5D65D; }
span { border-color: rgb(213,214,93); }
td.TdClassName
{
border-color: #D5D65D;
}
.TagClassName
{
border-color: #D5D65D;
}
</style>