Shades of Manz #D3D758
Tints of Manz #D3D758
RGB
CMYK
RGB Variations
Color information
#D3D758 (or 0xD3D758) is known color: Manz. HEX triplet: D3, D7 and 58. RGB value is (211,215,88). Sum of RGB (Red+Green+Blue) = 211+215+88=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D758 is #2C28A7. Grayscale: #C7C7C7. Windows color (decimal): -2893992 or 5822419. OLE color: 5822419.
HSL color Cylindrical-coordinate representation of color #D3D758: hue angle of 61.89º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3D758 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 88 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.16 |
| HSL | 61.89º | 0.61% | 0.59% | - |
| HSV(B) | 61.89º | 0.59% | 0.84% | - |
| XYZ | 52.93 | 63.15 | 18.63 | - |
| YUV | 199.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 88 | 0.02 | 0 | 0.59 | 0.16 | 61.89 | 0.61 | 0.59 |
| Hex | D3 | D7 | 58 | 2 | 0 | 3B | 10 | 3E | 3D | 3B |
| Octal | 323 | 327 | 130 | 2 | 0 | 73 | 20 | 76 | 75 | 73 |
| Binary | 11010011 | 11010111 | 1011000 | 10 | 0 | 111011 | 10000 | 111110 | 111101 | 111011 |
Color Harmonies of #D3D758
Complementary color
Monochromatic Colors of #D3D758
Black with #D3D758
Text Example
Text Example
White with #D3D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D758; }
p { color: rgb(211,215,88); }
H1.HeaderClassName
{
color: #D3D758;
}
.AnyTagClassName
{
color: #D3D758;
}
</style>
background-color css
<style>
a { background-color: #D3D758; }
a { background-color: rgb(211,215,88); }
div.DivClassName
{
background-color: #D3D758;
}
.BgClassName
{
background-color: #D3D758;
}
</style>
border-color css
<style>
span { border-color: #D3D758; }
span { border-color: rgb(211,215,88); }
td.TdClassName
{
border-color: #D3D758;
}
.TagClassName
{
border-color: #D3D758;
}
</style>