Shades of Manz #D9DC4B
Tints of Manz #D9DC4B
RGB
CMYK
RGB Variations
Color information
#D9DC4B (or 0xD9DC4B) is known color: Manz. HEX triplet: D9, DC and 4B. RGB value is (217,220,75). Sum of RGB (Red+Green+Blue) = 217+220+75=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC4B is #2623B4. Grayscale: #CBCBCB. Windows color (decimal): -2499509 or 4971737. OLE color: 4971737.
HSL color Cylindrical-coordinate representation of color #D9DC4B: hue angle of 61.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9DC4B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 75 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.14 |
| HSL | 61.24º | 0.67% | 0.58% | - |
| HSV(B) | 61.24º | 0.66% | 0.86% | - |
| XYZ | 55.48 | 66.45 | 16.56 | - |
| YUV | 202.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 75 | 0.01 | 0 | 0.66 | 0.14 | 61.24 | 0.67 | 0.58 |
| Hex | D9 | DC | 4B | 1 | 0 | 42 | E | 3D | 43 | 3A |
| Octal | 331 | 334 | 113 | 1 | 0 | 102 | 16 | 75 | 103 | 72 |
| Binary | 11011001 | 11011100 | 1001011 | 1 | 0 | 1000010 | 1110 | 111101 | 1000011 | 111010 |
Color Harmonies of #D9DC4B
Complementary color
Monochromatic Colors of #D9DC4B
Black with #D9DC4B
Text Example
Text Example
White with #D9DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC4B; }
p { color: rgb(217,220,75); }
H1.HeaderClassName
{
color: #D9DC4B;
}
.AnyTagClassName
{
color: #D9DC4B;
}
</style>
background-color css
<style>
a { background-color: #D9DC4B; }
a { background-color: rgb(217,220,75); }
div.DivClassName
{
background-color: #D9DC4B;
}
.BgClassName
{
background-color: #D9DC4B;
}
</style>
border-color css
<style>
span { border-color: #D9DC4B; }
span { border-color: rgb(217,220,75); }
td.TdClassName
{
border-color: #D9DC4B;
}
.TagClassName
{
border-color: #D9DC4B;
}
</style>