Shades of Manz #D8D55C
Tints of Manz #D8D55C
RGB
CMYK
RGB Variations
Color information
#D8D55C (or 0xD8D55C) is known color: Manz. HEX triplet: D8, D5 and 5C. RGB value is (216,213,92). Sum of RGB (Red+Green+Blue) = 216+213+92=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D55C is #272AA3. Grayscale: #C8C8C8. Windows color (decimal): -2566820 or 6084056. OLE color: 6084056.
HSL color Cylindrical-coordinate representation of color #D8D55C: hue angle of 58.55º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8D55C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 92 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.15 |
| HSL | 58.55º | 0.61% | 0.6% | - |
| HSV(B) | 58.55º | 0.57% | 0.85% | - |
| XYZ | 54.04 | 62.96 | 19.43 | - |
| YUV | 200.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 92 | 0 | 0.01 | 0.57 | 0.15 | 58.55 | 0.61 | 0.6 |
| Hex | D8 | D5 | 5C | 0 | 1 | 39 | F | 3B | 3D | 3C |
| Octal | 330 | 325 | 134 | 0 | 1 | 71 | 17 | 73 | 75 | 74 |
| Binary | 11011000 | 11010101 | 1011100 | 0 | 1 | 111001 | 1111 | 111011 | 111101 | 111100 |
Color Harmonies of #D8D55C
Complementary color
Monochromatic Colors of #D8D55C
Black with #D8D55C
Text Example
Text Example
White with #D8D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D55C; }
p { color: rgb(216,213,92); }
H1.HeaderClassName
{
color: #D8D55C;
}
.AnyTagClassName
{
color: #D8D55C;
}
</style>
background-color css
<style>
a { background-color: #D8D55C; }
a { background-color: rgb(216,213,92); }
div.DivClassName
{
background-color: #D8D55C;
}
.BgClassName
{
background-color: #D8D55C;
}
</style>
border-color css
<style>
span { border-color: #D8D55C; }
span { border-color: rgb(216,213,92); }
td.TdClassName
{
border-color: #D8D55C;
}
.TagClassName
{
border-color: #D8D55C;
}
</style>