Shades of Manz #D2D753
Tints of Manz #D2D753
RGB
CMYK
RGB Variations
Color information
#D2D753 (or 0xD2D753) is known color: Manz. HEX triplet: D2, D7 and 53. RGB value is (210,215,83). Sum of RGB (Red+Green+Blue) = 210+215+83=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D753 is #2D28AC. Grayscale: #C6C6C6. Windows color (decimal): -2959533 or 5494738. OLE color: 5494738.
HSL color Cylindrical-coordinate representation of color #D2D753: hue angle of 62.27º 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 #D2D753 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 83 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.16 |
| HSL | 62.27º | 0.62% | 0.58% | - |
| HSV(B) | 62.27º | 0.61% | 0.84% | - |
| XYZ | 52.44 | 62.93 | 17.57 | - |
| YUV | 198.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 83 | 0.02 | 0 | 0.61 | 0.16 | 62.27 | 0.62 | 0.58 |
| Hex | D2 | D7 | 53 | 2 | 0 | 3D | 10 | 3E | 3E | 3A |
| Octal | 322 | 327 | 123 | 2 | 0 | 75 | 20 | 76 | 76 | 72 |
| Binary | 11010010 | 11010111 | 1010011 | 10 | 0 | 111101 | 10000 | 111110 | 111110 | 111010 |
Color Harmonies of #D2D753
Complementary color
Monochromatic Colors of #D2D753
Black with #D2D753
Text Example
Text Example
White with #D2D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D753; }
p { color: rgb(210,215,83); }
H1.HeaderClassName
{
color: #D2D753;
}
.AnyTagClassName
{
color: #D2D753;
}
</style>
background-color css
<style>
a { background-color: #D2D753; }
a { background-color: rgb(210,215,83); }
div.DivClassName
{
background-color: #D2D753;
}
.BgClassName
{
background-color: #D2D753;
}
</style>
border-color css
<style>
span { border-color: #D2D753; }
span { border-color: rgb(210,215,83); }
td.TdClassName
{
border-color: #D2D753;
}
.TagClassName
{
border-color: #D2D753;
}
</style>