Shades of Manz #D6DB4D
Tints of Manz #D6DB4D
RGB
CMYK
RGB Variations
Color information
#D6DB4D (or 0xD6DB4D) is known color: Manz. HEX triplet: D6, DB and 4D. RGB value is (214,219,77). Sum of RGB (Red+Green+Blue) = 214+219+77=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB4D is #2924B2. Grayscale: #C9C9C9. Windows color (decimal): -2696371 or 5102550. OLE color: 5102550.
HSL color Cylindrical-coordinate representation of color #D6DB4D: hue angle of 62.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6DB4D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 77 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.14 |
| HSL | 62.11º | 0.66% | 0.58% | - |
| HSV(B) | 62.11º | 0.65% | 0.86% | - |
| XYZ | 54.4 | 65.5 | 16.8 | - |
| YUV | 201.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 77 | 0.02 | 0 | 0.65 | 0.14 | 62.11 | 0.66 | 0.58 |
| Hex | D6 | DB | 4D | 2 | 0 | 41 | E | 3E | 42 | 3A |
| Octal | 326 | 333 | 115 | 2 | 0 | 101 | 16 | 76 | 102 | 72 |
| Binary | 11010110 | 11011011 | 1001101 | 10 | 0 | 1000001 | 1110 | 111110 | 1000010 | 111010 |
Color Harmonies of #D6DB4D
Complementary color
Monochromatic Colors of #D6DB4D
Black with #D6DB4D
Text Example
Text Example
White with #D6DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB4D; }
p { color: rgb(214,219,77); }
H1.HeaderClassName
{
color: #D6DB4D;
}
.AnyTagClassName
{
color: #D6DB4D;
}
</style>
background-color css
<style>
a { background-color: #D6DB4D; }
a { background-color: rgb(214,219,77); }
div.DivClassName
{
background-color: #D6DB4D;
}
.BgClassName
{
background-color: #D6DB4D;
}
</style>
border-color css
<style>
span { border-color: #D6DB4D; }
span { border-color: rgb(214,219,77); }
td.TdClassName
{
border-color: #D6DB4D;
}
.TagClassName
{
border-color: #D6DB4D;
}
</style>