Shades of Manz #D6D75A
Tints of Manz #D6D75A
RGB
CMYK
RGB Variations
Color information
#D6D75A (or 0xD6D75A) is known color: Manz. HEX triplet: D6, D7 and 5A. RGB value is (214,215,90). Sum of RGB (Red+Green+Blue) = 214+215+90=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D75A is #2928A5. Grayscale: #C8C8C8. Windows color (decimal): -2697382 or 5953494. OLE color: 5953494.
HSL color Cylindrical-coordinate representation of color #D6D75A: hue angle of 60.48º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6D75A is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 90 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.16 |
| HSL | 60.48º | 0.61% | 0.6% | - |
| HSV(B) | 60.48º | 0.58% | 0.84% | - |
| XYZ | 53.88 | 63.64 | 19.12 | - |
| YUV | 200.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 90 | 0.00 | 0 | 0.58 | 0.16 | 60.48 | 0.61 | 0.6 |
| Hex | D6 | D7 | 5A | 0 | 0 | 3A | 10 | 3C | 3D | 3C |
| Octal | 326 | 327 | 132 | 0 | 0 | 72 | 20 | 74 | 75 | 74 |
| Binary | 11010110 | 11010111 | 1011010 | 0 | 0 | 111010 | 10000 | 111100 | 111101 | 111100 |
Color Harmonies of #D6D75A
Complementary color
Monochromatic Colors of #D6D75A
Black with #D6D75A
Text Example
Text Example
White with #D6D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D75A; }
p { color: rgb(214,215,90); }
H1.HeaderClassName
{
color: #D6D75A;
}
.AnyTagClassName
{
color: #D6D75A;
}
</style>
background-color css
<style>
a { background-color: #D6D75A; }
a { background-color: rgb(214,215,90); }
div.DivClassName
{
background-color: #D6D75A;
}
.BgClassName
{
background-color: #D6D75A;
}
</style>
border-color css
<style>
span { border-color: #D6D75A; }
span { border-color: rgb(214,215,90); }
td.TdClassName
{
border-color: #D6D75A;
}
.TagClassName
{
border-color: #D6D75A;
}
</style>