Shades of Manz #D2DC4E
Tints of Manz #D2DC4E
RGB
CMYK
RGB Variations
Color information
#D2DC4E (or 0xD2DC4E) is known color: Manz. HEX triplet: D2, DC and 4E. RGB value is (210,220,78). Sum of RGB (Red+Green+Blue) = 210+220+78=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC4E is #2D23B1. Grayscale: #C9C9C9. Windows color (decimal): -2958258 or 5168338. OLE color: 5168338.
HSL color Cylindrical-coordinate representation of color #D2DC4E: hue angle of 64.23º degrees, saturation: 0.67, 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 #D2DC4E is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 78 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.14 |
| HSL | 64.23º | 0.67% | 0.58% | - |
| HSV(B) | 64.23º | 0.65% | 0.86% | - |
| XYZ | 53.55 | 65.44 | 17.02 | - |
| YUV | 200.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 78 | 0.05 | 0 | 0.65 | 0.14 | 64.23 | 0.67 | 0.58 |
| Hex | D2 | DC | 4E | 5 | 0 | 41 | E | 40 | 43 | 3A |
| Octal | 322 | 334 | 116 | 5 | 0 | 101 | 16 | 100 | 103 | 72 |
| Binary | 11010010 | 11011100 | 1001110 | 101 | 0 | 1000001 | 1110 | 1000000 | 1000011 | 111010 |
Color Harmonies of #D2DC4E
Complementary color
Monochromatic Colors of #D2DC4E
Black with #D2DC4E
Text Example
Text Example
White with #D2DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC4E; }
p { color: rgb(210,220,78); }
H1.HeaderClassName
{
color: #D2DC4E;
}
.AnyTagClassName
{
color: #D2DC4E;
}
</style>
background-color css
<style>
a { background-color: #D2DC4E; }
a { background-color: rgb(210,220,78); }
div.DivClassName
{
background-color: #D2DC4E;
}
.BgClassName
{
background-color: #D2DC4E;
}
</style>
border-color css
<style>
span { border-color: #D2DC4E; }
span { border-color: rgb(210,220,78); }
td.TdClassName
{
border-color: #D2DC4E;
}
.TagClassName
{
border-color: #D2DC4E;
}
</style>