Shades of Manz #DDDF49
Tints of Manz #DDDF49
RGB
CMYK
RGB Variations
Color information
#DDDF49 (or 0xDDDF49) is known color: Manz. HEX triplet: DD, DF and 49. RGB value is (221,223,73). Sum of RGB (Red+Green+Blue) = 221+223+73=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF49 is #2220B6. Grayscale: #CDCDCD. Windows color (decimal): -2236599 or 4841437. OLE color: 4841437.
HSL color Cylindrical-coordinate representation of color #DDDF49: hue angle of 60.8º degrees, saturation: 0.7, 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 #DDDF49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 73 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 60.8º | 0.7% | 0.58% | - |
| HSV(B) | 60.8º | 0.67% | 0.87% | - |
| XYZ | 57.41 | 68.63 | 16.52 | - |
| YUV | 205.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 73 | 0.01 | 0 | 0.67 | 0.13 | 60.8 | 0.7 | 0.58 |
| Hex | DD | DF | 49 | 1 | 0 | 43 | D | 3D | 46 | 3A |
| Octal | 335 | 337 | 111 | 1 | 0 | 103 | 15 | 75 | 106 | 72 |
| Binary | 11011101 | 11011111 | 1001001 | 1 | 0 | 1000011 | 1101 | 111101 | 1000110 | 111010 |
Color Harmonies of #DDDF49
Complementary color
Monochromatic Colors of #DDDF49
Black with #DDDF49
Text Example
Text Example
White with #DDDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF49; }
p { color: rgb(221,223,73); }
H1.HeaderClassName
{
color: #DDDF49;
}
.AnyTagClassName
{
color: #DDDF49;
}
</style>
background-color css
<style>
a { background-color: #DDDF49; }
a { background-color: rgb(221,223,73); }
div.DivClassName
{
background-color: #DDDF49;
}
.BgClassName
{
background-color: #DDDF49;
}
</style>
border-color css
<style>
span { border-color: #DDDF49; }
span { border-color: rgb(221,223,73); }
td.TdClassName
{
border-color: #DDDF49;
}
.TagClassName
{
border-color: #DDDF49;
}
</style>