Shades of Manz #D8D15F
Tints of Manz #D8D15F
RGB
CMYK
RGB Variations
Color information
#D8D15F (or 0xD8D15F) is known color: Manz. HEX triplet: D8, D1 and 5F. RGB value is (216,209,95). Sum of RGB (Red+Green+Blue) = 216+209+95=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D15F is #272EA0. Grayscale: #C6C6C6. Windows color (decimal): -2567841 or 6279640. OLE color: 6279640.
HSL color Cylindrical-coordinate representation of color #D8D15F: hue angle of 56.53º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8D15F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 95 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.15 |
| HSL | 56.53º | 0.61% | 0.61% | - |
| HSV(B) | 56.53º | 0.56% | 0.85% | - |
| XYZ | 53.18 | 61.03 | 19.8 | - |
| YUV | 198.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 95 | 0 | 0.03 | 0.56 | 0.15 | 56.53 | 0.61 | 0.61 |
| Hex | D8 | D1 | 5F | 0 | 3 | 38 | F | 39 | 3D | 3D |
| Octal | 330 | 321 | 137 | 0 | 3 | 70 | 17 | 71 | 75 | 75 |
| Binary | 11011000 | 11010001 | 1011111 | 0 | 11 | 111000 | 1111 | 111001 | 111101 | 111101 |
Color Harmonies of #D8D15F
Complementary color
Monochromatic Colors of #D8D15F
Black with #D8D15F
Text Example
Text Example
White with #D8D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D15F; }
p { color: rgb(216,209,95); }
H1.HeaderClassName
{
color: #D8D15F;
}
.AnyTagClassName
{
color: #D8D15F;
}
</style>
background-color css
<style>
a { background-color: #D8D15F; }
a { background-color: rgb(216,209,95); }
div.DivClassName
{
background-color: #D8D15F;
}
.BgClassName
{
background-color: #D8D15F;
}
</style>
border-color css
<style>
span { border-color: #D8D15F; }
span { border-color: rgb(216,209,95); }
td.TdClassName
{
border-color: #D8D15F;
}
.TagClassName
{
border-color: #D8D15F;
}
</style>