Shades of Manz #D8D35E
Tints of Manz #D8D35E
RGB
CMYK
RGB Variations
Color information
#D8D35E (or 0xD8D35E) is known color: Manz. HEX triplet: D8, D3 and 5E. RGB value is (216,211,94). Sum of RGB (Red+Green+Blue) = 216+211+94=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D35E is #272CA1. Grayscale: #C7C7C7. Windows color (decimal): -2567330 or 6214616. OLE color: 6214616.
HSL color Cylindrical-coordinate representation of color #D8D35E: hue angle of 57.54º 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 #D8D35E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 94 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.15 |
| HSL | 57.54º | 0.61% | 0.61% | - |
| HSV(B) | 57.54º | 0.56% | 0.85% | - |
| XYZ | 53.63 | 62 | 19.73 | - |
| YUV | 199.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 94 | 0 | 0.02 | 0.56 | 0.15 | 57.54 | 0.61 | 0.61 |
| Hex | D8 | D3 | 5E | 0 | 2 | 38 | F | 3A | 3D | 3D |
| Octal | 330 | 323 | 136 | 0 | 2 | 70 | 17 | 72 | 75 | 75 |
| Binary | 11011000 | 11010011 | 1011110 | 0 | 10 | 111000 | 1111 | 111010 | 111101 | 111101 |
Color Harmonies of #D8D35E
Complementary color
Monochromatic Colors of #D8D35E
Black with #D8D35E
Text Example
Text Example
White with #D8D35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D35E; }
p { color: rgb(216,211,94); }
H1.HeaderClassName
{
color: #D8D35E;
}
.AnyTagClassName
{
color: #D8D35E;
}
</style>
background-color css
<style>
a { background-color: #D8D35E; }
a { background-color: rgb(216,211,94); }
div.DivClassName
{
background-color: #D8D35E;
}
.BgClassName
{
background-color: #D8D35E;
}
</style>
border-color css
<style>
span { border-color: #D8D35E; }
span { border-color: rgb(216,211,94); }
td.TdClassName
{
border-color: #D8D35E;
}
.TagClassName
{
border-color: #D8D35E;
}
</style>