Shades of Manz #D6D25D
Tints of Manz #D6D25D
RGB
CMYK
RGB Variations
Color information
#D6D25D (or 0xD6D25D) is known color: Manz. HEX triplet: D6, D2 and 5D. RGB value is (214,210,93). Sum of RGB (Red+Green+Blue) = 214+210+93=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D25D is #292DA2. Grayscale: #C6C6C6. Windows color (decimal): -2698659 or 6148822. OLE color: 6148822.
HSL color Cylindrical-coordinate representation of color #D6D25D: hue angle of 58.02º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D25D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 93 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.16 |
| HSL | 58.02º | 0.6% | 0.6% | - |
| HSV(B) | 58.02º | 0.57% | 0.84% | - |
| XYZ | 52.75 | 61.18 | 19.38 | - |
| YUV | 197.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 93 | 0 | 0.02 | 0.57 | 0.16 | 58.02 | 0.6 | 0.6 |
| Hex | D6 | D2 | 5D | 0 | 2 | 39 | 10 | 3A | 3C | 3C |
| Octal | 326 | 322 | 135 | 0 | 2 | 71 | 20 | 72 | 74 | 74 |
| Binary | 11010110 | 11010010 | 1011101 | 0 | 10 | 111001 | 10000 | 111010 | 111100 | 111100 |
Color Harmonies of #D6D25D
Complementary color
Monochromatic Colors of #D6D25D
Black with #D6D25D
Text Example
Text Example
White with #D6D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D25D; }
p { color: rgb(214,210,93); }
H1.HeaderClassName
{
color: #D6D25D;
}
.AnyTagClassName
{
color: #D6D25D;
}
</style>
background-color css
<style>
a { background-color: #D6D25D; }
a { background-color: rgb(214,210,93); }
div.DivClassName
{
background-color: #D6D25D;
}
.BgClassName
{
background-color: #D6D25D;
}
</style>
border-color css
<style>
span { border-color: #D6D25D; }
span { border-color: rgb(214,210,93); }
td.TdClassName
{
border-color: #D6D25D;
}
.TagClassName
{
border-color: #D6D25D;
}
</style>