Shades of Manz #D3D356
Tints of Manz #D3D356
RGB
CMYK
RGB Variations
Color information
#D3D356 (or 0xD3D356) is known color: Manz. HEX triplet: D3, D3 and 56. RGB value is (211,211,86). Sum of RGB (Red+Green+Blue) = 211+211+86=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D356 is #2C2CA9. Grayscale: #C5C5C5. Windows color (decimal): -2895018 or 5690323. OLE color: 5690323.
HSL color Cylindrical-coordinate representation of color #D3D356: hue angle of 60º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3D356 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 86 | - |
| CMYK | 0 | 0 | 0.59 | 0.17 |
| HSL | 60º | 0.59% | 0.58% | - |
| HSV(B) | 60º | 0.59% | 0.83% | - |
| XYZ | 51.84 | 61.11 | 17.87 | - |
| YUV | 196.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 86 | 0 | 0 | 0.59 | 0.17 | 60 | 0.59 | 0.58 |
| Hex | D3 | D3 | 56 | 0 | 0 | 3B | 11 | 3C | 3B | 3A |
| Octal | 323 | 323 | 126 | 0 | 0 | 73 | 21 | 74 | 73 | 72 |
| Binary | 11010011 | 11010011 | 1010110 | 0 | 0 | 111011 | 10001 | 111100 | 111011 | 111010 |
Color Harmonies of #D3D356
Complementary color
Monochromatic Colors of #D3D356
Black with #D3D356
Text Example
Text Example
White with #D3D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D356; }
p { color: rgb(211,211,86); }
H1.HeaderClassName
{
color: #D3D356;
}
.AnyTagClassName
{
color: #D3D356;
}
</style>
background-color css
<style>
a { background-color: #D3D356; }
a { background-color: rgb(211,211,86); }
div.DivClassName
{
background-color: #D3D356;
}
.BgClassName
{
background-color: #D3D356;
}
</style>
border-color css
<style>
span { border-color: #D3D356; }
span { border-color: rgb(211,211,86); }
td.TdClassName
{
border-color: #D3D356;
}
.TagClassName
{
border-color: #D3D356;
}
</style>