Shades of Manz #D8D054
Tints of Manz #D8D054
RGB
CMYK
RGB Variations
Color information
#D8D054 (or 0xD8D054) is known color: Manz. HEX triplet: D8, D0 and 54. RGB value is (216,208,84). Sum of RGB (Red+Green+Blue) = 216+208+84=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D054 is #272FAB. Grayscale: #C4C4C4. Windows color (decimal): -2568108 or 5558488. OLE color: 5558488.
HSL color Cylindrical-coordinate representation of color #D8D054: hue angle of 56.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8D054 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 84 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.15 |
| HSL | 56.36º | 0.63% | 0.59% | - |
| HSV(B) | 56.36º | 0.61% | 0.85% | - |
| XYZ | 52.48 | 60.35 | 17.27 | - |
| YUV | 196.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 84 | 0 | 0.04 | 0.61 | 0.15 | 56.36 | 0.63 | 0.59 |
| Hex | D8 | D0 | 54 | 0 | 4 | 3D | F | 38 | 3F | 3B |
| Octal | 330 | 320 | 124 | 0 | 4 | 75 | 17 | 70 | 77 | 73 |
| Binary | 11011000 | 11010000 | 1010100 | 0 | 100 | 111101 | 1111 | 111000 | 111111 | 111011 |
Color Harmonies of #D8D054
Complementary color
Monochromatic Colors of #D8D054
Black with #D8D054
Text Example
Text Example
White with #D8D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D054; }
p { color: rgb(216,208,84); }
H1.HeaderClassName
{
color: #D8D054;
}
.AnyTagClassName
{
color: #D8D054;
}
</style>
background-color css
<style>
a { background-color: #D8D054; }
a { background-color: rgb(216,208,84); }
div.DivClassName
{
background-color: #D8D054;
}
.BgClassName
{
background-color: #D8D054;
}
</style>
border-color css
<style>
span { border-color: #D8D054; }
span { border-color: rgb(216,208,84); }
td.TdClassName
{
border-color: #D8D054;
}
.TagClassName
{
border-color: #D8D054;
}
</style>