Shades of Manz #D6D055
Tints of Manz #D6D055
RGB
CMYK
RGB Variations
Color information
#D6D055 (or 0xD6D055) is known color: Manz. HEX triplet: D6, D0 and 55. RGB value is (214,208,85). Sum of RGB (Red+Green+Blue) = 214+208+85=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D055 is #292FAA. Grayscale: #C4C4C4. Windows color (decimal): -2699179 or 5624022. OLE color: 5624022.
HSL color Cylindrical-coordinate representation of color #D6D055: hue angle of 57.21º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6D055 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 85 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.16 |
| HSL | 57.21º | 0.61% | 0.59% | - |
| HSV(B) | 57.21º | 0.6% | 0.84% | - |
| XYZ | 51.93 | 60.06 | 17.45 | - |
| YUV | 195.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 85 | 0 | 0.03 | 0.60 | 0.16 | 57.21 | 0.61 | 0.59 |
| Hex | D6 | D0 | 55 | 0 | 3 | 3C | 10 | 39 | 3D | 3B |
| Octal | 326 | 320 | 125 | 0 | 3 | 74 | 20 | 71 | 75 | 73 |
| Binary | 11010110 | 11010000 | 1010101 | 0 | 11 | 111100 | 10000 | 111001 | 111101 | 111011 |
Color Harmonies of #D6D055
Complementary color
Monochromatic Colors of #D6D055
Black with #D6D055
Text Example
Text Example
White with #D6D055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D055; }
p { color: rgb(214,208,85); }
H1.HeaderClassName
{
color: #D6D055;
}
.AnyTagClassName
{
color: #D6D055;
}
</style>
background-color css
<style>
a { background-color: #D6D055; }
a { background-color: rgb(214,208,85); }
div.DivClassName
{
background-color: #D6D055;
}
.BgClassName
{
background-color: #D6D055;
}
</style>
border-color css
<style>
span { border-color: #D6D055; }
span { border-color: rgb(214,208,85); }
td.TdClassName
{
border-color: #D6D055;
}
.TagClassName
{
border-color: #D6D055;
}
</style>