Shades of Manz #D1DC5A
Tints of Manz #D1DC5A
RGB
CMYK
RGB Variations
Color information
#D1DC5A (or 0xD1DC5A) is known color: Manz. HEX triplet: D1, DC and 5A. RGB value is (209,220,90). Sum of RGB (Red+Green+Blue) = 209+220+90=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC5A is #2E23A5. Grayscale: #CACACA. Windows color (decimal): -3023782 or 5954769. OLE color: 5954769.
HSL color Cylindrical-coordinate representation of color #D1DC5A: hue angle of 65.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1DC5A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 90 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.14 |
| HSL | 65.08º | 0.65% | 0.61% | - |
| HSV(B) | 65.08º | 0.59% | 0.86% | - |
| XYZ | 53.73 | 65.48 | 19.48 | - |
| YUV | 201.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 90 | 0.05 | 0 | 0.59 | 0.14 | 65.08 | 0.65 | 0.61 |
| Hex | D1 | DC | 5A | 5 | 0 | 3B | E | 41 | 41 | 3D |
| Octal | 321 | 334 | 132 | 5 | 0 | 73 | 16 | 101 | 101 | 75 |
| Binary | 11010001 | 11011100 | 1011010 | 101 | 0 | 111011 | 1110 | 1000001 | 1000001 | 111101 |
Color Harmonies of #D1DC5A
Complementary color
Monochromatic Colors of #D1DC5A
Black with #D1DC5A
Text Example
Text Example
White with #D1DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC5A; }
p { color: rgb(209,220,90); }
H1.HeaderClassName
{
color: #D1DC5A;
}
.AnyTagClassName
{
color: #D1DC5A;
}
</style>
background-color css
<style>
a { background-color: #D1DC5A; }
a { background-color: rgb(209,220,90); }
div.DivClassName
{
background-color: #D1DC5A;
}
.BgClassName
{
background-color: #D1DC5A;
}
</style>
border-color css
<style>
span { border-color: #D1DC5A; }
span { border-color: rgb(209,220,90); }
td.TdClassName
{
border-color: #D1DC5A;
}
.TagClassName
{
border-color: #D1DC5A;
}
</style>