Shades of Manz #D8D253
Tints of Manz #D8D253
RGB
CMYK
RGB Variations
Color information
#D8D253 (or 0xD8D253) is known color: Manz. HEX triplet: D8, D2 and 53. RGB value is (216,210,83). Sum of RGB (Red+Green+Blue) = 216+210+83=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D253 is #272DAC. Grayscale: #C5C5C5. Windows color (decimal): -2567597 or 5493464. OLE color: 5493464.
HSL color Cylindrical-coordinate representation of color #D8D253: hue angle of 57.29º degrees, saturation: 0.63, 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 #D8D253 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 83 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.15 |
| HSL | 57.29º | 0.63% | 0.59% | - |
| HSV(B) | 57.29º | 0.62% | 0.85% | - |
| XYZ | 52.93 | 61.32 | 17.23 | - |
| YUV | 197.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 83 | 0 | 0.03 | 0.62 | 0.15 | 57.29 | 0.63 | 0.59 |
| Hex | D8 | D2 | 53 | 0 | 3 | 3E | F | 39 | 3F | 3B |
| Octal | 330 | 322 | 123 | 0 | 3 | 76 | 17 | 71 | 77 | 73 |
| Binary | 11011000 | 11010010 | 1010011 | 0 | 11 | 111110 | 1111 | 111001 | 111111 | 111011 |
Color Harmonies of #D8D253
Complementary color
Monochromatic Colors of #D8D253
Black with #D8D253
Text Example
Text Example
White with #D8D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D253; }
p { color: rgb(216,210,83); }
H1.HeaderClassName
{
color: #D8D253;
}
.AnyTagClassName
{
color: #D8D253;
}
</style>
background-color css
<style>
a { background-color: #D8D253; }
a { background-color: rgb(216,210,83); }
div.DivClassName
{
background-color: #D8D253;
}
.BgClassName
{
background-color: #D8D253;
}
</style>
border-color css
<style>
span { border-color: #D8D253; }
span { border-color: rgb(216,210,83); }
td.TdClassName
{
border-color: #D8D253;
}
.TagClassName
{
border-color: #D8D253;
}
</style>