Shades of Manz #D8CD58
Tints of Manz #D8CD58
RGB
CMYK
RGB Variations
Color information
#D8CD58 (or 0xD8CD58) is known color: Manz. HEX triplet: D8, CD and 58. RGB value is (216,205,88). Sum of RGB (Red+Green+Blue) = 216+205+88=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD58 is #2732A7. Grayscale: #C3C3C3. Windows color (decimal): -2568872 or 5819864. OLE color: 5819864.
HSL color Cylindrical-coordinate representation of color #D8CD58: hue angle of 54.84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8CD58 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 88 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.15 |
| HSL | 54.84º | 0.62% | 0.6% | - |
| HSV(B) | 54.84º | 0.59% | 0.85% | - |
| XYZ | 51.91 | 58.97 | 17.88 | - |
| YUV | 194.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 88 | 0 | 0.05 | 0.59 | 0.15 | 54.84 | 0.62 | 0.6 |
| Hex | D8 | CD | 58 | 0 | 5 | 3B | F | 37 | 3E | 3C |
| Octal | 330 | 315 | 130 | 0 | 5 | 73 | 17 | 67 | 76 | 74 |
| Binary | 11011000 | 11001101 | 1011000 | 0 | 101 | 111011 | 1111 | 110111 | 111110 | 111100 |
Color Harmonies of #D8CD58
Complementary color
Monochromatic Colors of #D8CD58
Black with #D8CD58
Text Example
Text Example
White with #D8CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD58; }
p { color: rgb(216,205,88); }
H1.HeaderClassName
{
color: #D8CD58;
}
.AnyTagClassName
{
color: #D8CD58;
}
</style>
background-color css
<style>
a { background-color: #D8CD58; }
a { background-color: rgb(216,205,88); }
div.DivClassName
{
background-color: #D8CD58;
}
.BgClassName
{
background-color: #D8CD58;
}
</style>
border-color css
<style>
span { border-color: #D8CD58; }
span { border-color: rgb(216,205,88); }
td.TdClassName
{
border-color: #D8CD58;
}
.TagClassName
{
border-color: #D8CD58;
}
</style>