Shades of Manz #D8CE5C
Tints of Manz #D8CE5C
RGB
CMYK
RGB Variations
Color information
#D8CE5C (or 0xD8CE5C) is known color: Manz. HEX triplet: D8, CE and 5C. RGB value is (216,206,92). Sum of RGB (Red+Green+Blue) = 216+206+92=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE5C is #2731A3. Grayscale: #C4C4C4. Windows color (decimal): -2568612 or 6082264. OLE color: 6082264.
HSL color Cylindrical-coordinate representation of color #D8CE5C: hue angle of 55.16º 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 #D8CE5C is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 92 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.15 |
| HSL | 55.16º | 0.61% | 0.6% | - |
| HSV(B) | 55.16º | 0.57% | 0.85% | - |
| XYZ | 52.32 | 59.51 | 18.85 | - |
| YUV | 195.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 92 | 0 | 0.05 | 0.57 | 0.15 | 55.16 | 0.61 | 0.6 |
| Hex | D8 | CE | 5C | 0 | 5 | 39 | F | 37 | 3D | 3C |
| Octal | 330 | 316 | 134 | 0 | 5 | 71 | 17 | 67 | 75 | 74 |
| Binary | 11011000 | 11001110 | 1011100 | 0 | 101 | 111001 | 1111 | 110111 | 111101 | 111100 |
Color Harmonies of #D8CE5C
Complementary color
Monochromatic Colors of #D8CE5C
Black with #D8CE5C
Text Example
Text Example
White with #D8CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE5C; }
p { color: rgb(216,206,92); }
H1.HeaderClassName
{
color: #D8CE5C;
}
.AnyTagClassName
{
color: #D8CE5C;
}
</style>
background-color css
<style>
a { background-color: #D8CE5C; }
a { background-color: rgb(216,206,92); }
div.DivClassName
{
background-color: #D8CE5C;
}
.BgClassName
{
background-color: #D8CE5C;
}
</style>
border-color css
<style>
span { border-color: #D8CE5C; }
span { border-color: rgb(216,206,92); }
td.TdClassName
{
border-color: #D8CE5C;
}
.TagClassName
{
border-color: #D8CE5C;
}
</style>