Shades of Manz #D1D952
Tints of Manz #D1D952
RGB
CMYK
RGB Variations
Color information
#D1D952 (or 0xD1D952) is known color: Manz. HEX triplet: D1, D9 and 52. RGB value is (209,217,82). Sum of RGB (Red+Green+Blue) = 209+217+82=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D952 is #2E26AD. Grayscale: #C7C7C7. Windows color (decimal): -3024558 or 5429713. OLE color: 5429713.
HSL color Cylindrical-coordinate representation of color #D1D952: hue angle of 63.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1D952 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 82 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.15 |
| HSL | 63.56º | 0.64% | 0.59% | - |
| HSV(B) | 63.56º | 0.62% | 0.85% | - |
| XYZ | 52.63 | 63.79 | 17.52 | - |
| YUV | 199.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 82 | 0.04 | 0 | 0.62 | 0.15 | 63.56 | 0.64 | 0.59 |
| Hex | D1 | D9 | 52 | 4 | 0 | 3E | F | 40 | 40 | 3B |
| Octal | 321 | 331 | 122 | 4 | 0 | 76 | 17 | 100 | 100 | 73 |
| Binary | 11010001 | 11011001 | 1010010 | 100 | 0 | 111110 | 1111 | 1000000 | 1000000 | 111011 |
Color Harmonies of #D1D952
Complementary color
Monochromatic Colors of #D1D952
Black with #D1D952
Text Example
Text Example
White with #D1D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D952; }
p { color: rgb(209,217,82); }
H1.HeaderClassName
{
color: #D1D952;
}
.AnyTagClassName
{
color: #D1D952;
}
</style>
background-color css
<style>
a { background-color: #D1D952; }
a { background-color: rgb(209,217,82); }
div.DivClassName
{
background-color: #D1D952;
}
.BgClassName
{
background-color: #D1D952;
}
</style>
border-color css
<style>
span { border-color: #D1D952; }
span { border-color: rgb(209,217,82); }
td.TdClassName
{
border-color: #D1D952;
}
.TagClassName
{
border-color: #D1D952;
}
</style>