Shades of Manz #D2D453
Tints of Manz #D2D453
RGB
CMYK
RGB Variations
Color information
#D2D453 (or 0xD2D453) is known color: Manz. HEX triplet: D2, D4 and 53. RGB value is (210,212,83). Sum of RGB (Red+Green+Blue) = 210+212+83=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D453 is #2D2BAC. Grayscale: #C5C5C5. Windows color (decimal): -2960301 or 5493970. OLE color: 5493970.
HSL color Cylindrical-coordinate representation of color #D2D453: hue angle of 60.93º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2D453 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 83 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.17 |
| HSL | 60.93º | 0.6% | 0.58% | - |
| HSV(B) | 60.93º | 0.61% | 0.83% | - |
| XYZ | 51.68 | 61.41 | 17.31 | - |
| YUV | 196.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 83 | 0.01 | 0 | 0.61 | 0.17 | 60.93 | 0.6 | 0.58 |
| Hex | D2 | D4 | 53 | 1 | 0 | 3D | 11 | 3D | 3C | 3A |
| Octal | 322 | 324 | 123 | 1 | 0 | 75 | 21 | 75 | 74 | 72 |
| Binary | 11010010 | 11010100 | 1010011 | 1 | 0 | 111101 | 10001 | 111101 | 111100 | 111010 |
Color Harmonies of #D2D453
Complementary color
Monochromatic Colors of #D2D453
Black with #D2D453
Text Example
Text Example
White with #D2D453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D453; }
p { color: rgb(210,212,83); }
H1.HeaderClassName
{
color: #D2D453;
}
.AnyTagClassName
{
color: #D2D453;
}
</style>
background-color css
<style>
a { background-color: #D2D453; }
a { background-color: rgb(210,212,83); }
div.DivClassName
{
background-color: #D2D453;
}
.BgClassName
{
background-color: #D2D453;
}
</style>
border-color css
<style>
span { border-color: #D2D453; }
span { border-color: rgb(210,212,83); }
td.TdClassName
{
border-color: #D2D453;
}
.TagClassName
{
border-color: #D2D453;
}
</style>