Shades of Manz #D2DE4F
Tints of Manz #D2DE4F
RGB
CMYK
RGB Variations
Color information
#D2DE4F (or 0xD2DE4F) is known color: Manz. HEX triplet: D2, DE and 4F. RGB value is (210,222,79). Sum of RGB (Red+Green+Blue) = 210+222+79=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE4F is #2D21B0. Grayscale: #CACACA. Windows color (decimal): -2957745 or 5234386. OLE color: 5234386.
HSL color Cylindrical-coordinate representation of color #D2DE4F: hue angle of 65.03º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2DE4F is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 79 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.13 |
| HSL | 65.03º | 0.68% | 0.59% | - |
| HSV(B) | 65.03º | 0.64% | 0.87% | - |
| XYZ | 54.11 | 66.51 | 17.38 | - |
| YUV | 202.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 79 | 0.05 | 0 | 0.64 | 0.13 | 65.03 | 0.68 | 0.59 |
| Hex | D2 | DE | 4F | 5 | 0 | 40 | D | 41 | 44 | 3B |
| Octal | 322 | 336 | 117 | 5 | 0 | 100 | 15 | 101 | 104 | 73 |
| Binary | 11010010 | 11011110 | 1001111 | 101 | 0 | 1000000 | 1101 | 1000001 | 1000100 | 111011 |
Color Harmonies of #D2DE4F
Complementary color
Monochromatic Colors of #D2DE4F
Black with #D2DE4F
Text Example
Text Example
White with #D2DE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DE4F; }
p { color: rgb(210,222,79); }
H1.HeaderClassName
{
color: #D2DE4F;
}
.AnyTagClassName
{
color: #D2DE4F;
}
</style>
background-color css
<style>
a { background-color: #D2DE4F; }
a { background-color: rgb(210,222,79); }
div.DivClassName
{
background-color: #D2DE4F;
}
.BgClassName
{
background-color: #D2DE4F;
}
</style>
border-color css
<style>
span { border-color: #D2DE4F; }
span { border-color: rgb(210,222,79); }
td.TdClassName
{
border-color: #D2DE4F;
}
.TagClassName
{
border-color: #D2DE4F;
}
</style>