Shades of Manz #DDDD48
Tints of Manz #DDDD48
RGB
CMYK
RGB Variations
Color information
#DDDD48 (or 0xDDDD48) is known color: Manz. HEX triplet: DD, DD and 48. RGB value is (221,221,72). Sum of RGB (Red+Green+Blue) = 221+221+72=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD48 is #2222B7. Grayscale: #CCCCCC. Windows color (decimal): -2237112 or 4775389. OLE color: 4775389.
HSL color Cylindrical-coordinate representation of color #DDDD48: hue angle of 60º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDDD48 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 72 | - |
| CMYK | 0 | 0 | 0.67 | 0.13 |
| HSL | 60º | 0.69% | 0.57% | - |
| HSV(B) | 60º | 0.67% | 0.87% | - |
| XYZ | 56.84 | 67.55 | 16.17 | - |
| YUV | 204.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 72 | 0 | 0 | 0.67 | 0.13 | 60 | 0.69 | 0.57 |
| Hex | DD | DD | 48 | 0 | 0 | 43 | D | 3C | 45 | 39 |
| Octal | 335 | 335 | 110 | 0 | 0 | 103 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011101 | 1001000 | 0 | 0 | 1000011 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDD48
Complementary color
Monochromatic Colors of #DDDD48
Black with #DDDD48
Text Example
Text Example
White with #DDDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD48; }
p { color: rgb(221,221,72); }
H1.HeaderClassName
{
color: #DDDD48;
}
.AnyTagClassName
{
color: #DDDD48;
}
</style>
background-color css
<style>
a { background-color: #DDDD48; }
a { background-color: rgb(221,221,72); }
div.DivClassName
{
background-color: #DDDD48;
}
.BgClassName
{
background-color: #DDDD48;
}
</style>
border-color css
<style>
span { border-color: #DDDD48; }
span { border-color: rgb(221,221,72); }
td.TdClassName
{
border-color: #DDDD48;
}
.TagClassName
{
border-color: #DDDD48;
}
</style>