Shades of Manz #D2D65A
Tints of Manz #D2D65A
RGB
CMYK
RGB Variations
Color information
#D2D65A (or 0xD2D65A) is known color: Manz. HEX triplet: D2, D6 and 5A. RGB value is (210,214,90). Sum of RGB (Red+Green+Blue) = 210+214+90=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D65A is #2D29A5. Grayscale: #C7C7C7. Windows color (decimal): -2959782 or 5953234. OLE color: 5953234.
HSL color Cylindrical-coordinate representation of color #D2D65A: hue angle of 61.94º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2D65A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 90 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.16 |
| HSL | 61.94º | 0.6% | 0.6% | - |
| HSV(B) | 61.94º | 0.58% | 0.84% | - |
| XYZ | 52.47 | 62.53 | 18.98 | - |
| YUV | 198.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 90 | 0.02 | 0 | 0.58 | 0.16 | 61.94 | 0.6 | 0.6 |
| Hex | D2 | D6 | 5A | 2 | 0 | 3A | 10 | 3E | 3C | 3C |
| Octal | 322 | 326 | 132 | 2 | 0 | 72 | 20 | 76 | 74 | 74 |
| Binary | 11010010 | 11010110 | 1011010 | 10 | 0 | 111010 | 10000 | 111110 | 111100 | 111100 |
Color Harmonies of #D2D65A
Complementary color
Monochromatic Colors of #D2D65A
Black with #D2D65A
Text Example
Text Example
White with #D2D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D65A; }
p { color: rgb(210,214,90); }
H1.HeaderClassName
{
color: #D2D65A;
}
.AnyTagClassName
{
color: #D2D65A;
}
</style>
background-color css
<style>
a { background-color: #D2D65A; }
a { background-color: rgb(210,214,90); }
div.DivClassName
{
background-color: #D2D65A;
}
.BgClassName
{
background-color: #D2D65A;
}
</style>
border-color css
<style>
span { border-color: #D2D65A; }
span { border-color: rgb(210,214,90); }
td.TdClassName
{
border-color: #D2D65A;
}
.TagClassName
{
border-color: #D2D65A;
}
</style>