Shades of Manz #D8D05F
Tints of Manz #D8D05F
RGB
CMYK
RGB Variations
Color information
#D8D05F (or 0xD8D05F) is known color: Manz. HEX triplet: D8, D0 and 5F. RGB value is (216,208,95). Sum of RGB (Red+Green+Blue) = 216+208+95=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D05F is #272FA0. Grayscale: #C5C5C5. Windows color (decimal): -2568097 or 6279384. OLE color: 6279384.
HSL color Cylindrical-coordinate representation of color #D8D05F: hue angle of 56.03º 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 #D8D05F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 95 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.15 |
| HSL | 56.03º | 0.61% | 0.61% | - |
| HSV(B) | 56.03º | 0.56% | 0.85% | - |
| XYZ | 52.94 | 60.54 | 19.72 | - |
| YUV | 197.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 95 | 0 | 0.04 | 0.56 | 0.15 | 56.03 | 0.61 | 0.61 |
| Hex | D8 | D0 | 5F | 0 | 4 | 38 | F | 38 | 3D | 3D |
| Octal | 330 | 320 | 137 | 0 | 4 | 70 | 17 | 70 | 75 | 75 |
| Binary | 11011000 | 11010000 | 1011111 | 0 | 100 | 111000 | 1111 | 111000 | 111101 | 111101 |
Color Harmonies of #D8D05F
Complementary color
Monochromatic Colors of #D8D05F
Black with #D8D05F
Text Example
Text Example
White with #D8D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D05F; }
p { color: rgb(216,208,95); }
H1.HeaderClassName
{
color: #D8D05F;
}
.AnyTagClassName
{
color: #D8D05F;
}
</style>
background-color css
<style>
a { background-color: #D8D05F; }
a { background-color: rgb(216,208,95); }
div.DivClassName
{
background-color: #D8D05F;
}
.BgClassName
{
background-color: #D8D05F;
}
</style>
border-color css
<style>
span { border-color: #D8D05F; }
span { border-color: rgb(216,208,95); }
td.TdClassName
{
border-color: #D8D05F;
}
.TagClassName
{
border-color: #D8D05F;
}
</style>