Shades of Manz #D6D05A
Tints of Manz #D6D05A
RGB
CMYK
RGB Variations
Color information
#D6D05A (or 0xD6D05A) is known color: Manz. HEX triplet: D6, D0 and 5A. RGB value is (214,208,90). Sum of RGB (Red+Green+Blue) = 214+208+90=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D05A is #292FA5. Grayscale: #C4C4C4. Windows color (decimal): -2699174 or 5951702. OLE color: 5951702.
HSL color Cylindrical-coordinate representation of color #D6D05A: hue angle of 57.1º degrees, saturation: 0.6, 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 #D6D05A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 90 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.16 |
| HSL | 57.1º | 0.6% | 0.6% | - |
| HSV(B) | 57.1º | 0.58% | 0.84% | - |
| XYZ | 52.13 | 60.15 | 18.53 | - |
| YUV | 196.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 90 | 0 | 0.03 | 0.58 | 0.16 | 57.1 | 0.6 | 0.6 |
| Hex | D6 | D0 | 5A | 0 | 3 | 3A | 10 | 39 | 3C | 3C |
| Octal | 326 | 320 | 132 | 0 | 3 | 72 | 20 | 71 | 74 | 74 |
| Binary | 11010110 | 11010000 | 1011010 | 0 | 11 | 111010 | 10000 | 111001 | 111100 | 111100 |
Color Harmonies of #D6D05A
Complementary color
Monochromatic Colors of #D6D05A
Black with #D6D05A
Text Example
Text Example
White with #D6D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D05A; }
p { color: rgb(214,208,90); }
H1.HeaderClassName
{
color: #D6D05A;
}
.AnyTagClassName
{
color: #D6D05A;
}
</style>
background-color css
<style>
a { background-color: #D6D05A; }
a { background-color: rgb(214,208,90); }
div.DivClassName
{
background-color: #D6D05A;
}
.BgClassName
{
background-color: #D6D05A;
}
</style>
border-color css
<style>
span { border-color: #D6D05A; }
span { border-color: rgb(214,208,90); }
td.TdClassName
{
border-color: #D6D05A;
}
.TagClassName
{
border-color: #D6D05A;
}
</style>