Shades of Manz #D5DD49
Tints of Manz #D5DD49
RGB
CMYK
RGB Variations
Color information
#D5DD49 (or 0xD5DD49) is known color: Manz. HEX triplet: D5, DD and 49. RGB value is (213,221,73). Sum of RGB (Red+Green+Blue) = 213+221+73=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD49 is #2A22B6. Grayscale: #CACACA. Windows color (decimal): -2761399 or 4840917. OLE color: 4840917.
HSL color Cylindrical-coordinate representation of color #D5DD49: hue angle of 63.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5DD49 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 73 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.13 |
| HSL | 63.24º | 0.69% | 0.58% | - |
| HSV(B) | 63.24º | 0.67% | 0.87% | - |
| XYZ | 54.5 | 66.34 | 16.24 | - |
| YUV | 201.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 73 | 0.04 | 0 | 0.67 | 0.13 | 63.24 | 0.69 | 0.58 |
| Hex | D5 | DD | 49 | 4 | 0 | 43 | D | 3F | 45 | 3A |
| Octal | 325 | 335 | 111 | 4 | 0 | 103 | 15 | 77 | 105 | 72 |
| Binary | 11010101 | 11011101 | 1001001 | 100 | 0 | 1000011 | 1101 | 111111 | 1000101 | 111010 |
Color Harmonies of #D5DD49
Complementary color
Monochromatic Colors of #D5DD49
Black with #D5DD49
Text Example
Text Example
White with #D5DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD49; }
p { color: rgb(213,221,73); }
H1.HeaderClassName
{
color: #D5DD49;
}
.AnyTagClassName
{
color: #D5DD49;
}
</style>
background-color css
<style>
a { background-color: #D5DD49; }
a { background-color: rgb(213,221,73); }
div.DivClassName
{
background-color: #D5DD49;
}
.BgClassName
{
background-color: #D5DD49;
}
</style>
border-color css
<style>
span { border-color: #D5DD49; }
span { border-color: rgb(213,221,73); }
td.TdClassName
{
border-color: #D5DD49;
}
.TagClassName
{
border-color: #D5DD49;
}
</style>