Shades of Manz #D3D858
Tints of Manz #D3D858
RGB
CMYK
RGB Variations
Color information
#D3D858 (or 0xD3D858) is known color: Manz. HEX triplet: D3, D8 and 58. RGB value is (211,216,88). Sum of RGB (Red+Green+Blue) = 211+216+88=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D858 is #2C27A7. Grayscale: #C8C8C8. Windows color (decimal): -2893736 or 5822675. OLE color: 5822675.
HSL color Cylindrical-coordinate representation of color #D3D858: hue angle of 62.34º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3D858 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 88 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.15 |
| HSL | 62.34º | 0.62% | 0.6% | - |
| HSV(B) | 62.34º | 0.59% | 0.85% | - |
| XYZ | 53.18 | 63.67 | 18.72 | - |
| YUV | 199.91 | 64.84 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 88 | 0.02 | 0 | 0.59 | 0.15 | 62.34 | 0.62 | 0.6 |
| Hex | D3 | D8 | 58 | 2 | 0 | 3B | F | 3E | 3E | 3C |
| Octal | 323 | 330 | 130 | 2 | 0 | 73 | 17 | 76 | 76 | 74 |
| Binary | 11010011 | 11011000 | 1011000 | 10 | 0 | 111011 | 1111 | 111110 | 111110 | 111100 |
Color Harmonies of #D3D858
Complementary color
Monochromatic Colors of #D3D858
Black with #D3D858
Text Example
Text Example
White with #D3D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D858; }
p { color: rgb(211,216,88); }
H1.HeaderClassName
{
color: #D3D858;
}
.AnyTagClassName
{
color: #D3D858;
}
</style>
background-color css
<style>
a { background-color: #D3D858; }
a { background-color: rgb(211,216,88); }
div.DivClassName
{
background-color: #D3D858;
}
.BgClassName
{
background-color: #D3D858;
}
</style>
border-color css
<style>
span { border-color: #D3D858; }
span { border-color: rgb(211,216,88); }
td.TdClassName
{
border-color: #D3D858;
}
.TagClassName
{
border-color: #D3D858;
}
</style>