Shades of Manz #D8D351
Tints of Manz #D8D351
RGB
CMYK
RGB Variations
Color information
#D8D351 (or 0xD8D351) is known color: Manz. HEX triplet: D8, D3 and 51. RGB value is (216,211,81). Sum of RGB (Red+Green+Blue) = 216+211+81=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D351 is #272CAE. Grayscale: #C6C6C6. Windows color (decimal): -2567343 or 5362648. OLE color: 5362648.
HSL color Cylindrical-coordinate representation of color #D8D351: hue angle of 57.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8D351 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 81 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.15 |
| HSL | 57.78º | 0.63% | 0.58% | - |
| HSV(B) | 57.78º | 0.63% | 0.85% | - |
| XYZ | 53.1 | 61.78 | 16.91 | - |
| YUV | 197.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 81 | 0 | 0.02 | 0.62 | 0.15 | 57.78 | 0.63 | 0.58 |
| Hex | D8 | D3 | 51 | 0 | 2 | 3E | F | 3A | 3F | 3A |
| Octal | 330 | 323 | 121 | 0 | 2 | 76 | 17 | 72 | 77 | 72 |
| Binary | 11011000 | 11010011 | 1010001 | 0 | 10 | 111110 | 1111 | 111010 | 111111 | 111010 |
Color Harmonies of #D8D351
Complementary color
Monochromatic Colors of #D8D351
Black with #D8D351
Text Example
Text Example
White with #D8D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D351; }
p { color: rgb(216,211,81); }
H1.HeaderClassName
{
color: #D8D351;
}
.AnyTagClassName
{
color: #D8D351;
}
</style>
background-color css
<style>
a { background-color: #D8D351; }
a { background-color: rgb(216,211,81); }
div.DivClassName
{
background-color: #D8D351;
}
.BgClassName
{
background-color: #D8D351;
}
</style>
border-color css
<style>
span { border-color: #D8D351; }
span { border-color: rgb(216,211,81); }
td.TdClassName
{
border-color: #D8D351;
}
.TagClassName
{
border-color: #D8D351;
}
</style>