Shades of Manz #D3D653
Tints of Manz #D3D653
RGB
CMYK
RGB Variations
Color information
#D3D653 (or 0xD3D653) is known color: Manz. HEX triplet: D3, D6 and 53. RGB value is (211,214,83). Sum of RGB (Red+Green+Blue) = 211+214+83=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D653 is #2C29AC. Grayscale: #C6C6C6. Windows color (decimal): -2894253 or 5494483. OLE color: 5494483.
HSL color Cylindrical-coordinate representation of color #D3D653: hue angle of 61.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3D653 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 83 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.16 |
| HSL | 61.37º | 0.62% | 0.58% | - |
| HSV(B) | 61.37º | 0.61% | 0.84% | - |
| XYZ | 52.47 | 62.57 | 17.49 | - |
| YUV | 198.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 83 | 0.01 | 0 | 0.61 | 0.16 | 61.37 | 0.62 | 0.58 |
| Hex | D3 | D6 | 53 | 1 | 0 | 3D | 10 | 3D | 3E | 3A |
| Octal | 323 | 326 | 123 | 1 | 0 | 75 | 20 | 75 | 76 | 72 |
| Binary | 11010011 | 11010110 | 1010011 | 1 | 0 | 111101 | 10000 | 111101 | 111110 | 111010 |
Color Harmonies of #D3D653
Complementary color
Monochromatic Colors of #D3D653
Black with #D3D653
Text Example
Text Example
White with #D3D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D653; }
p { color: rgb(211,214,83); }
H1.HeaderClassName
{
color: #D3D653;
}
.AnyTagClassName
{
color: #D3D653;
}
</style>
background-color css
<style>
a { background-color: #D3D653; }
a { background-color: rgb(211,214,83); }
div.DivClassName
{
background-color: #D3D653;
}
.BgClassName
{
background-color: #D3D653;
}
</style>
border-color css
<style>
span { border-color: #D3D653; }
span { border-color: rgb(211,214,83); }
td.TdClassName
{
border-color: #D3D653;
}
.TagClassName
{
border-color: #D3D653;
}
</style>