Shades of Manz #D6D05E
Tints of Manz #D6D05E
RGB
CMYK
RGB Variations
Color information
#D6D05E (or 0xD6D05E) is known color: Manz. HEX triplet: D6, D0 and 5E. RGB value is (214,208,94). Sum of RGB (Red+Green+Blue) = 214+208+94=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D05E is #292FA1. Grayscale: #C5C5C5. Windows color (decimal): -2699170 or 6213846. OLE color: 6213846.
HSL color Cylindrical-coordinate representation of color #D6D05E: hue angle of 57º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6D05E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 94 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.16 |
| HSL | 57º | 0.59% | 0.6% | - |
| HSV(B) | 57º | 0.56% | 0.84% | - |
| XYZ | 52.31 | 60.22 | 19.46 | - |
| YUV | 196.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 94 | 0 | 0.03 | 0.56 | 0.16 | 57 | 0.59 | 0.6 |
| Hex | D6 | D0 | 5E | 0 | 3 | 38 | 10 | 39 | 3B | 3C |
| Octal | 326 | 320 | 136 | 0 | 3 | 70 | 20 | 71 | 73 | 74 |
| Binary | 11010110 | 11010000 | 1011110 | 0 | 11 | 111000 | 10000 | 111001 | 111011 | 111100 |
Color Harmonies of #D6D05E
Complementary color
Monochromatic Colors of #D6D05E
Black with #D6D05E
Text Example
Text Example
White with #D6D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D05E; }
p { color: rgb(214,208,94); }
H1.HeaderClassName
{
color: #D6D05E;
}
.AnyTagClassName
{
color: #D6D05E;
}
</style>
background-color css
<style>
a { background-color: #D6D05E; }
a { background-color: rgb(214,208,94); }
div.DivClassName
{
background-color: #D6D05E;
}
.BgClassName
{
background-color: #D6D05E;
}
</style>
border-color css
<style>
span { border-color: #D6D05E; }
span { border-color: rgb(214,208,94); }
td.TdClassName
{
border-color: #D6D05E;
}
.TagClassName
{
border-color: #D6D05E;
}
</style>