Shades of Manz #D6D55B
Tints of Manz #D6D55B
RGB
CMYK
RGB Variations
Color information
#D6D55B (or 0xD6D55B) is known color: Manz. HEX triplet: D6, D5 and 5B. RGB value is (214,213,91). Sum of RGB (Red+Green+Blue) = 214+213+91=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D55B is #292AA4. Grayscale: #C7C7C7. Windows color (decimal): -2697893 or 6018518. OLE color: 6018518.
HSL color Cylindrical-coordinate representation of color #D6D55B: hue angle of 59.51º 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 #D6D55B is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 91 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.16 |
| HSL | 59.51º | 0.6% | 0.6% | - |
| HSV(B) | 59.51º | 0.57% | 0.84% | - |
| XYZ | 53.41 | 62.64 | 19.17 | - |
| YUV | 199.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 91 | 0 | 0.00 | 0.57 | 0.16 | 59.51 | 0.6 | 0.6 |
| Hex | D6 | D5 | 5B | 0 | 0 | 39 | 10 | 3C | 3C | 3C |
| Octal | 326 | 325 | 133 | 0 | 0 | 71 | 20 | 74 | 74 | 74 |
| Binary | 11010110 | 11010101 | 1011011 | 0 | 0 | 111001 | 10000 | 111100 | 111100 | 111100 |
Color Harmonies of #D6D55B
Complementary color
Monochromatic Colors of #D6D55B
Black with #D6D55B
Text Example
Text Example
White with #D6D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D55B; }
p { color: rgb(214,213,91); }
H1.HeaderClassName
{
color: #D6D55B;
}
.AnyTagClassName
{
color: #D6D55B;
}
</style>
background-color css
<style>
a { background-color: #D6D55B; }
a { background-color: rgb(214,213,91); }
div.DivClassName
{
background-color: #D6D55B;
}
.BgClassName
{
background-color: #D6D55B;
}
</style>
border-color css
<style>
span { border-color: #D6D55B; }
span { border-color: rgb(214,213,91); }
td.TdClassName
{
border-color: #D6D55B;
}
.TagClassName
{
border-color: #D6D55B;
}
</style>