Shades of Manz #D4D952
Tints of Manz #D4D952
RGB
CMYK
RGB Variations
Color information
#D4D952 (or 0xD4D952) is known color: Manz. HEX triplet: D4, D9 and 52. RGB value is (212,217,82). Sum of RGB (Red+Green+Blue) = 212+217+82=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D952 is #2B26AD. Grayscale: #C8C8C8. Windows color (decimal): -2827950 or 5429716. OLE color: 5429716.
HSL color Cylindrical-coordinate representation of color #D4D952: hue angle of 62.22º 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 #D4D952 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 82 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.15 |
| HSL | 62.22º | 0.64% | 0.59% | - |
| HSV(B) | 62.22º | 0.62% | 0.85% | - |
| XYZ | 53.49 | 64.23 | 17.56 | - |
| YUV | 200.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 82 | 0.02 | 0 | 0.62 | 0.15 | 62.22 | 0.64 | 0.59 |
| Hex | D4 | D9 | 52 | 2 | 0 | 3E | F | 3E | 40 | 3B |
| Octal | 324 | 331 | 122 | 2 | 0 | 76 | 17 | 76 | 100 | 73 |
| Binary | 11010100 | 11011001 | 1010010 | 10 | 0 | 111110 | 1111 | 111110 | 1000000 | 111011 |
Color Harmonies of #D4D952
Complementary color
Monochromatic Colors of #D4D952
Black with #D4D952
Text Example
Text Example
White with #D4D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D952; }
p { color: rgb(212,217,82); }
H1.HeaderClassName
{
color: #D4D952;
}
.AnyTagClassName
{
color: #D4D952;
}
</style>
background-color css
<style>
a { background-color: #D4D952; }
a { background-color: rgb(212,217,82); }
div.DivClassName
{
background-color: #D4D952;
}
.BgClassName
{
background-color: #D4D952;
}
</style>
border-color css
<style>
span { border-color: #D4D952; }
span { border-color: rgb(212,217,82); }
td.TdClassName
{
border-color: #D4D952;
}
.TagClassName
{
border-color: #D4D952;
}
</style>