Shades of Manz #DDD949
Tints of Manz #DDD949
RGB
CMYK
RGB Variations
Color information
#DDD949 (or 0xDDD949) is known color: Manz. HEX triplet: DD, D9 and 49. RGB value is (221,217,73). Sum of RGB (Red+Green+Blue) = 221+217+73=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD949 is #2226B6. Grayscale: #CACACA. Windows color (decimal): -2238135 or 4839901. OLE color: 4839901.
HSL color Cylindrical-coordinate representation of color #DDD949: hue angle of 58.38º 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 #DDD949 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 73 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.13 |
| HSL | 58.38º | 0.69% | 0.58% | - |
| HSV(B) | 58.38º | 0.67% | 0.87% | - |
| XYZ | 55.83 | 65.48 | 16 | - |
| YUV | 201.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 73 | 0 | 0.02 | 0.67 | 0.13 | 58.38 | 0.69 | 0.58 |
| Hex | DD | D9 | 49 | 0 | 2 | 43 | D | 3A | 45 | 3A |
| Octal | 335 | 331 | 111 | 0 | 2 | 103 | 15 | 72 | 105 | 72 |
| Binary | 11011101 | 11011001 | 1001001 | 0 | 10 | 1000011 | 1101 | 111010 | 1000101 | 111010 |
Color Harmonies of #DDD949
Complementary color
Monochromatic Colors of #DDD949
Black with #DDD949
Text Example
Text Example
White with #DDD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD949; }
p { color: rgb(221,217,73); }
H1.HeaderClassName
{
color: #DDD949;
}
.AnyTagClassName
{
color: #DDD949;
}
</style>
background-color css
<style>
a { background-color: #DDD949; }
a { background-color: rgb(221,217,73); }
div.DivClassName
{
background-color: #DDD949;
}
.BgClassName
{
background-color: #DDD949;
}
</style>
border-color css
<style>
span { border-color: #DDD949; }
span { border-color: rgb(221,217,73); }
td.TdClassName
{
border-color: #DDD949;
}
.TagClassName
{
border-color: #DDD949;
}
</style>