Shades of Manz #D7DB4F
Tints of Manz #D7DB4F
RGB
CMYK
RGB Variations
Color information
#D7DB4F (or 0xD7DB4F) is known color: Manz. HEX triplet: D7, DB and 4F. RGB value is (215,219,79). Sum of RGB (Red+Green+Blue) = 215+219+79=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB4F is #2824B0. Grayscale: #CACACA. Windows color (decimal): -2630833 or 5233623. OLE color: 5233623.
HSL color Cylindrical-coordinate representation of color #D7DB4F: hue angle of 61.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7DB4F is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 79 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.14 |
| HSL | 61.71º | 0.66% | 0.58% | - |
| HSV(B) | 61.71º | 0.64% | 0.86% | - |
| XYZ | 54.77 | 65.67 | 17.19 | - |
| YUV | 201.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 79 | 0.02 | 0 | 0.64 | 0.14 | 61.71 | 0.66 | 0.58 |
| Hex | D7 | DB | 4F | 2 | 0 | 40 | E | 3E | 42 | 3A |
| Octal | 327 | 333 | 117 | 2 | 0 | 100 | 16 | 76 | 102 | 72 |
| Binary | 11010111 | 11011011 | 1001111 | 10 | 0 | 1000000 | 1110 | 111110 | 1000010 | 111010 |
Color Harmonies of #D7DB4F
Complementary color
Monochromatic Colors of #D7DB4F
Black with #D7DB4F
Text Example
Text Example
White with #D7DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB4F; }
p { color: rgb(215,219,79); }
H1.HeaderClassName
{
color: #D7DB4F;
}
.AnyTagClassName
{
color: #D7DB4F;
}
</style>
background-color css
<style>
a { background-color: #D7DB4F; }
a { background-color: rgb(215,219,79); }
div.DivClassName
{
background-color: #D7DB4F;
}
.BgClassName
{
background-color: #D7DB4F;
}
</style>
border-color css
<style>
span { border-color: #D7DB4F; }
span { border-color: rgb(215,219,79); }
td.TdClassName
{
border-color: #D7DB4F;
}
.TagClassName
{
border-color: #D7DB4F;
}
</style>