Shades of Manz #D2D55B
Tints of Manz #D2D55B
RGB
CMYK
RGB Variations
Color information
#D2D55B (or 0xD2D55B) is known color: Manz. HEX triplet: D2, D5 and 5B. RGB value is (210,213,91). Sum of RGB (Red+Green+Blue) = 210+213+91=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D55B is #2D2AA4. Grayscale: #C6C6C6. Windows color (decimal): -2960037 or 6018514. OLE color: 6018514.
HSL color Cylindrical-coordinate representation of color #D2D55B: hue angle of 61.48º degrees, saturation: 0.59, 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 #D2D55B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 91 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.16 |
| HSL | 61.48º | 0.59% | 0.6% | - |
| HSV(B) | 61.48º | 0.57% | 0.84% | - |
| XYZ | 52.26 | 62.05 | 19.12 | - |
| YUV | 198.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 91 | 0.01 | 0 | 0.57 | 0.16 | 61.48 | 0.59 | 0.6 |
| Hex | D2 | D5 | 5B | 1 | 0 | 39 | 10 | 3D | 3B | 3C |
| Octal | 322 | 325 | 133 | 1 | 0 | 71 | 20 | 75 | 73 | 74 |
| Binary | 11010010 | 11010101 | 1011011 | 1 | 0 | 111001 | 10000 | 111101 | 111011 | 111100 |
Color Harmonies of #D2D55B
Complementary color
Monochromatic Colors of #D2D55B
Black with #D2D55B
Text Example
Text Example
White with #D2D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D55B; }
p { color: rgb(210,213,91); }
H1.HeaderClassName
{
color: #D2D55B;
}
.AnyTagClassName
{
color: #D2D55B;
}
</style>
background-color css
<style>
a { background-color: #D2D55B; }
a { background-color: rgb(210,213,91); }
div.DivClassName
{
background-color: #D2D55B;
}
.BgClassName
{
background-color: #D2D55B;
}
</style>
border-color css
<style>
span { border-color: #D2D55B; }
span { border-color: rgb(210,213,91); }
td.TdClassName
{
border-color: #D2D55B;
}
.TagClassName
{
border-color: #D2D55B;
}
</style>