Shades of Manz #D2DD4D
Tints of Manz #D2DD4D
RGB
CMYK
RGB Variations
Color information
#D2DD4D (or 0xD2DD4D) is known color: Manz. HEX triplet: D2, DD and 4D. RGB value is (210,221,77). Sum of RGB (Red+Green+Blue) = 210+221+77=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD4D is #2D22B2. Grayscale: #C9C9C9. Windows color (decimal): -2958003 or 5103058. OLE color: 5103058.
HSL color Cylindrical-coordinate representation of color #D2DD4D: hue angle of 64.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2DD4D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 77 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.13 |
| HSL | 64.58º | 0.68% | 0.58% | - |
| HSV(B) | 64.58º | 0.65% | 0.87% | - |
| XYZ | 53.77 | 65.95 | 16.92 | - |
| YUV | 201.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 77 | 0.05 | 0 | 0.65 | 0.13 | 64.58 | 0.68 | 0.58 |
| Hex | D2 | DD | 4D | 5 | 0 | 41 | D | 41 | 44 | 3A |
| Octal | 322 | 335 | 115 | 5 | 0 | 101 | 15 | 101 | 104 | 72 |
| Binary | 11010010 | 11011101 | 1001101 | 101 | 0 | 1000001 | 1101 | 1000001 | 1000100 | 111010 |
Color Harmonies of #D2DD4D
Complementary color
Monochromatic Colors of #D2DD4D
Black with #D2DD4D
Text Example
Text Example
White with #D2DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD4D; }
p { color: rgb(210,221,77); }
H1.HeaderClassName
{
color: #D2DD4D;
}
.AnyTagClassName
{
color: #D2DD4D;
}
</style>
background-color css
<style>
a { background-color: #D2DD4D; }
a { background-color: rgb(210,221,77); }
div.DivClassName
{
background-color: #D2DD4D;
}
.BgClassName
{
background-color: #D2DD4D;
}
</style>
border-color css
<style>
span { border-color: #D2DD4D; }
span { border-color: rgb(210,221,77); }
td.TdClassName
{
border-color: #D2DD4D;
}
.TagClassName
{
border-color: #D2DD4D;
}
</style>