Shades of Manz #D6DF55
Tints of Manz #D6DF55
RGB
CMYK
RGB Variations
Color information
#D6DF55 (or 0xD6DF55) is known color: Manz. HEX triplet: D6, DF and 55. RGB value is (214,223,85). Sum of RGB (Red+Green+Blue) = 214+223+85=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF55 is #2920AA. Grayscale: #CDCDCD. Windows color (decimal): -2695339 or 5627862. OLE color: 5627862.
HSL color Cylindrical-coordinate representation of color #D6DF55: hue angle of 63.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6DF55 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 85 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.13 |
| HSL | 63.91º | 0.68% | 0.6% | - |
| HSV(B) | 63.91º | 0.62% | 0.87% | - |
| XYZ | 55.76 | 67.73 | 18.73 | - |
| YUV | 204.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 85 | 0.04 | 0 | 0.62 | 0.13 | 63.91 | 0.68 | 0.6 |
| Hex | D6 | DF | 55 | 4 | 0 | 3E | D | 40 | 44 | 3C |
| Octal | 326 | 337 | 125 | 4 | 0 | 76 | 15 | 100 | 104 | 74 |
| Binary | 11010110 | 11011111 | 1010101 | 100 | 0 | 111110 | 1101 | 1000000 | 1000100 | 111100 |
Color Harmonies of #D6DF55
Complementary color
Monochromatic Colors of #D6DF55
Black with #D6DF55
Text Example
Text Example
White with #D6DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF55; }
p { color: rgb(214,223,85); }
H1.HeaderClassName
{
color: #D6DF55;
}
.AnyTagClassName
{
color: #D6DF55;
}
</style>
background-color css
<style>
a { background-color: #D6DF55; }
a { background-color: rgb(214,223,85); }
div.DivClassName
{
background-color: #D6DF55;
}
.BgClassName
{
background-color: #D6DF55;
}
</style>
border-color css
<style>
span { border-color: #D6DF55; }
span { border-color: rgb(214,223,85); }
td.TdClassName
{
border-color: #D6DF55;
}
.TagClassName
{
border-color: #D6DF55;
}
</style>