Shades of Manz #D6D658
Tints of Manz #D6D658
RGB
CMYK
RGB Variations
Color information
#D6D658 (or 0xD6D658) is known color: Manz. HEX triplet: D6, D6 and 58. RGB value is (214,214,88). Sum of RGB (Red+Green+Blue) = 214+214+88=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D658 is #2929A7. Grayscale: #C8C8C8. Windows color (decimal): -2697640 or 5822166. OLE color: 5822166.
HSL color Cylindrical-coordinate representation of color #D6D658: hue angle of 60º 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 #D6D658 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 214 | 88 | - |
| CMYK | 0 | 0 | 0.59 | 0.16 |
| HSL | 60º | 0.61% | 0.59% | - |
| HSV(B) | 60º | 0.59% | 0.84% | - |
| XYZ | 53.54 | 63.09 | 18.59 | - |
| YUV | 199.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 88 | 0 | 0 | 0.59 | 0.16 | 60 | 0.61 | 0.59 |
| Hex | D6 | D6 | 58 | 0 | 0 | 3B | 10 | 3C | 3D | 3B |
| Octal | 326 | 326 | 130 | 0 | 0 | 73 | 20 | 74 | 75 | 73 |
| Binary | 11010110 | 11010110 | 1011000 | 0 | 0 | 111011 | 10000 | 111100 | 111101 | 111011 |
Color Harmonies of #D6D658
Complementary color
Monochromatic Colors of #D6D658
Black with #D6D658
Text Example
Text Example
White with #D6D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D658; }
p { color: rgb(214,214,88); }
H1.HeaderClassName
{
color: #D6D658;
}
.AnyTagClassName
{
color: #D6D658;
}
</style>
background-color css
<style>
a { background-color: #D6D658; }
a { background-color: rgb(214,214,88); }
div.DivClassName
{
background-color: #D6D658;
}
.BgClassName
{
background-color: #D6D658;
}
</style>
border-color css
<style>
span { border-color: #D6D658; }
span { border-color: rgb(214,214,88); }
td.TdClassName
{
border-color: #D6D658;
}
.TagClassName
{
border-color: #D6D658;
}
</style>