Shades of Manz #D8D25D
Tints of Manz #D8D25D
RGB
CMYK
RGB Variations
Color information
#D8D25D (or 0xD8D25D) is known color: Manz. HEX triplet: D8, D2 and 5D. RGB value is (216,210,93). Sum of RGB (Red+Green+Blue) = 216+210+93=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D25D is #272DA2. Grayscale: #C6C6C6. Windows color (decimal): -2567587 or 6148824. OLE color: 6148824.
HSL color Cylindrical-coordinate representation of color #D8D25D: hue angle of 57.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8D25D is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 93 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.15 |
| HSL | 57.07º | 0.61% | 0.61% | - |
| HSV(B) | 57.07º | 0.57% | 0.85% | - |
| XYZ | 53.34 | 61.48 | 19.41 | - |
| YUV | 198.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 93 | 0 | 0.03 | 0.57 | 0.15 | 57.07 | 0.61 | 0.61 |
| Hex | D8 | D2 | 5D | 0 | 3 | 39 | F | 39 | 3D | 3D |
| Octal | 330 | 322 | 135 | 0 | 3 | 71 | 17 | 71 | 75 | 75 |
| Binary | 11011000 | 11010010 | 1011101 | 0 | 11 | 111001 | 1111 | 111001 | 111101 | 111101 |
Color Harmonies of #D8D25D
Complementary color
Monochromatic Colors of #D8D25D
Black with #D8D25D
Text Example
Text Example
White with #D8D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D25D; }
p { color: rgb(216,210,93); }
H1.HeaderClassName
{
color: #D8D25D;
}
.AnyTagClassName
{
color: #D8D25D;
}
</style>
background-color css
<style>
a { background-color: #D8D25D; }
a { background-color: rgb(216,210,93); }
div.DivClassName
{
background-color: #D8D25D;
}
.BgClassName
{
background-color: #D8D25D;
}
</style>
border-color css
<style>
span { border-color: #D8D25D; }
span { border-color: rgb(216,210,93); }
td.TdClassName
{
border-color: #D8D25D;
}
.TagClassName
{
border-color: #D8D25D;
}
</style>