Shades of Manz #D8D35C
Tints of Manz #D8D35C
RGB
CMYK
RGB Variations
Color information
#D8D35C (or 0xD8D35C) is known color: Manz. HEX triplet: D8, D3 and 5C. RGB value is (216,211,92). Sum of RGB (Red+Green+Blue) = 216+211+92=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D35C is #272CA3. Grayscale: #C7C7C7. Windows color (decimal): -2567332 or 6083544. OLE color: 6083544.
HSL color Cylindrical-coordinate representation of color #D8D35C: hue angle of 57.58º 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 #D8D35C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 92 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.15 |
| HSL | 57.58º | 0.61% | 0.6% | - |
| HSV(B) | 57.58º | 0.57% | 0.85% | - |
| XYZ | 53.54 | 61.96 | 19.26 | - |
| YUV | 198.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 92 | 0 | 0.02 | 0.57 | 0.15 | 57.58 | 0.61 | 0.6 |
| Hex | D8 | D3 | 5C | 0 | 2 | 39 | F | 3A | 3D | 3C |
| Octal | 330 | 323 | 134 | 0 | 2 | 71 | 17 | 72 | 75 | 74 |
| Binary | 11011000 | 11010011 | 1011100 | 0 | 10 | 111001 | 1111 | 111010 | 111101 | 111100 |
Color Harmonies of #D8D35C
Complementary color
Monochromatic Colors of #D8D35C
Black with #D8D35C
Text Example
Text Example
White with #D8D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D35C; }
p { color: rgb(216,211,92); }
H1.HeaderClassName
{
color: #D8D35C;
}
.AnyTagClassName
{
color: #D8D35C;
}
</style>
background-color css
<style>
a { background-color: #D8D35C; }
a { background-color: rgb(216,211,92); }
div.DivClassName
{
background-color: #D8D35C;
}
.BgClassName
{
background-color: #D8D35C;
}
</style>
border-color css
<style>
span { border-color: #D8D35C; }
span { border-color: rgb(216,211,92); }
td.TdClassName
{
border-color: #D8D35C;
}
.TagClassName
{
border-color: #D8D35C;
}
</style>