Shades of Manz #D2D65B
Tints of Manz #D2D65B
RGB
CMYK
RGB Variations
Color information
#D2D65B (or 0xD2D65B) is known color: Manz. HEX triplet: D2, D6 and 5B. RGB value is (210,214,91). Sum of RGB (Red+Green+Blue) = 210+214+91=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D65B is #2D29A4. Grayscale: #C7C7C7. Windows color (decimal): -2959781 or 6018770. OLE color: 6018770.
HSL color Cylindrical-coordinate representation of color #D2D65B: hue angle of 61.95º 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 #D2D65B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 91 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.16 |
| HSL | 61.95º | 0.6% | 0.6% | - |
| HSV(B) | 61.95º | 0.57% | 0.84% | - |
| XYZ | 52.51 | 62.55 | 19.2 | - |
| YUV | 198.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 91 | 0.02 | 0 | 0.57 | 0.16 | 61.95 | 0.6 | 0.6 |
| Hex | D2 | D6 | 5B | 2 | 0 | 39 | 10 | 3E | 3C | 3C |
| Octal | 322 | 326 | 133 | 2 | 0 | 71 | 20 | 76 | 74 | 74 |
| Binary | 11010010 | 11010110 | 1011011 | 10 | 0 | 111001 | 10000 | 111110 | 111100 | 111100 |
Color Harmonies of #D2D65B
Complementary color
Monochromatic Colors of #D2D65B
Black with #D2D65B
Text Example
Text Example
White with #D2D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D65B; }
p { color: rgb(210,214,91); }
H1.HeaderClassName
{
color: #D2D65B;
}
.AnyTagClassName
{
color: #D2D65B;
}
</style>
background-color css
<style>
a { background-color: #D2D65B; }
a { background-color: rgb(210,214,91); }
div.DivClassName
{
background-color: #D2D65B;
}
.BgClassName
{
background-color: #D2D65B;
}
</style>
border-color css
<style>
span { border-color: #D2D65B; }
span { border-color: rgb(210,214,91); }
td.TdClassName
{
border-color: #D2D65B;
}
.TagClassName
{
border-color: #D2D65B;
}
</style>