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