Shades of Manz #D8CC5C
Tints of Manz #D8CC5C
RGB
CMYK
RGB Variations
Color information
#D8CC5C (or 0xD8CC5C) is known color: Manz. HEX triplet: D8, CC and 5C. RGB value is (216,204,92). Sum of RGB (Red+Green+Blue) = 216+204+92=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5C is #2733A3. Grayscale: #C3C3C3. Windows color (decimal): -2569124 or 6081752. OLE color: 6081752.
HSL color Cylindrical-coordinate representation of color #D8CC5C: hue angle of 54.19º 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 #D8CC5C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 92 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.15 |
| HSL | 54.19º | 0.61% | 0.6% | - |
| HSV(B) | 54.19º | 0.57% | 0.85% | - |
| XYZ | 51.84 | 58.56 | 18.7 | - |
| YUV | 194.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 92 | 0 | 0.06 | 0.57 | 0.15 | 54.19 | 0.61 | 0.6 |
| Hex | D8 | CC | 5C | 0 | 6 | 39 | F | 36 | 3D | 3C |
| Octal | 330 | 314 | 134 | 0 | 6 | 71 | 17 | 66 | 75 | 74 |
| Binary | 11011000 | 11001100 | 1011100 | 0 | 110 | 111001 | 1111 | 110110 | 111101 | 111100 |
Color Harmonies of #D8CC5C
Complementary color
Monochromatic Colors of #D8CC5C
Black with #D8CC5C
Text Example
Text Example
White with #D8CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC5C; }
p { color: rgb(216,204,92); }
H1.HeaderClassName
{
color: #D8CC5C;
}
.AnyTagClassName
{
color: #D8CC5C;
}
</style>
background-color css
<style>
a { background-color: #D8CC5C; }
a { background-color: rgb(216,204,92); }
div.DivClassName
{
background-color: #D8CC5C;
}
.BgClassName
{
background-color: #D8CC5C;
}
</style>
border-color css
<style>
span { border-color: #D8CC5C; }
span { border-color: rgb(216,204,92); }
td.TdClassName
{
border-color: #D8CC5C;
}
.TagClassName
{
border-color: #D8CC5C;
}
</style>