Shades of Manz #D6DB49
Tints of Manz #D6DB49
RGB
CMYK
RGB Variations
Color information
#D6DB49 (or 0xD6DB49) is known color: Manz. HEX triplet: D6, DB and 49. RGB value is (214,219,73). Sum of RGB (Red+Green+Blue) = 214+219+73=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB49 is #2924B6. Grayscale: #C9C9C9. Windows color (decimal): -2696375 or 4840406. OLE color: 4840406.
HSL color Cylindrical-coordinate representation of color #D6DB49: hue angle of 62.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6DB49 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 73 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.14 |
| HSL | 62.05º | 0.67% | 0.57% | - |
| HSV(B) | 62.05º | 0.67% | 0.86% | - |
| XYZ | 54.27 | 65.44 | 16.07 | - |
| YUV | 200.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 73 | 0.02 | 0 | 0.67 | 0.14 | 62.05 | 0.67 | 0.57 |
| Hex | D6 | DB | 49 | 2 | 0 | 43 | E | 3E | 43 | 39 |
| Octal | 326 | 333 | 111 | 2 | 0 | 103 | 16 | 76 | 103 | 71 |
| Binary | 11010110 | 11011011 | 1001001 | 10 | 0 | 1000011 | 1110 | 111110 | 1000011 | 111001 |
Color Harmonies of #D6DB49
Complementary color
Monochromatic Colors of #D6DB49
Black with #D6DB49
Text Example
Text Example
White with #D6DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB49; }
p { color: rgb(214,219,73); }
H1.HeaderClassName
{
color: #D6DB49;
}
.AnyTagClassName
{
color: #D6DB49;
}
</style>
background-color css
<style>
a { background-color: #D6DB49; }
a { background-color: rgb(214,219,73); }
div.DivClassName
{
background-color: #D6DB49;
}
.BgClassName
{
background-color: #D6DB49;
}
</style>
border-color css
<style>
span { border-color: #D6DB49; }
span { border-color: rgb(214,219,73); }
td.TdClassName
{
border-color: #D6DB49;
}
.TagClassName
{
border-color: #D6DB49;
}
</style>