Shades of Manz #D6D058
Tints of Manz #D6D058
RGB
CMYK
RGB Variations
Color information
#D6D058 (or 0xD6D058) is known color: Manz. HEX triplet: D6, D0 and 58. RGB value is (214,208,88). Sum of RGB (Red+Green+Blue) = 214+208+88=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D058 is #292FA7. Grayscale: #C4C4C4. Windows color (decimal): -2699176 or 5820630. OLE color: 5820630.
HSL color Cylindrical-coordinate representation of color #D6D058: hue angle of 57.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6D058 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 88 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.16 |
| HSL | 57.14º | 0.61% | 0.59% | - |
| HSV(B) | 57.14º | 0.59% | 0.84% | - |
| XYZ | 52.05 | 60.11 | 18.09 | - |
| YUV | 196.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 88 | 0 | 0.03 | 0.59 | 0.16 | 57.14 | 0.61 | 0.59 |
| Hex | D6 | D0 | 58 | 0 | 3 | 3B | 10 | 39 | 3D | 3B |
| Octal | 326 | 320 | 130 | 0 | 3 | 73 | 20 | 71 | 75 | 73 |
| Binary | 11010110 | 11010000 | 1011000 | 0 | 11 | 111011 | 10000 | 111001 | 111101 | 111011 |
Color Harmonies of #D6D058
Complementary color
Monochromatic Colors of #D6D058
Black with #D6D058
Text Example
Text Example
White with #D6D058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D058; }
p { color: rgb(214,208,88); }
H1.HeaderClassName
{
color: #D6D058;
}
.AnyTagClassName
{
color: #D6D058;
}
</style>
background-color css
<style>
a { background-color: #D6D058; }
a { background-color: rgb(214,208,88); }
div.DivClassName
{
background-color: #D6D058;
}
.BgClassName
{
background-color: #D6D058;
}
</style>
border-color css
<style>
span { border-color: #D6D058; }
span { border-color: rgb(214,208,88); }
td.TdClassName
{
border-color: #D6D058;
}
.TagClassName
{
border-color: #D6D058;
}
</style>