Shades of Manz #DDDB48
Tints of Manz #DDDB48
RGB
CMYK
RGB Variations
Color information
#DDDB48 (or 0xDDDB48) is known color: Manz. HEX triplet: DD, DB and 48. RGB value is (221,219,72). Sum of RGB (Red+Green+Blue) = 221+219+72=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB48 is #2224B7. Grayscale: #CBCBCB. Windows color (decimal): -2237624 or 4774877. OLE color: 4774877.
HSL color Cylindrical-coordinate representation of color #DDDB48: hue angle of 59.19º 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 #DDDB48 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 72 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.13 |
| HSL | 59.19º | 0.69% | 0.57% | - |
| HSV(B) | 59.19º | 0.67% | 0.87% | - |
| XYZ | 56.32 | 66.5 | 16 | - |
| YUV | 202.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 72 | 0 | 0.01 | 0.67 | 0.13 | 59.19 | 0.69 | 0.57 |
| Hex | DD | DB | 48 | 0 | 1 | 43 | D | 3B | 45 | 39 |
| Octal | 335 | 333 | 110 | 0 | 1 | 103 | 15 | 73 | 105 | 71 |
| Binary | 11011101 | 11011011 | 1001000 | 0 | 1 | 1000011 | 1101 | 111011 | 1000101 | 111001 |
Color Harmonies of #DDDB48
Complementary color
Monochromatic Colors of #DDDB48
Black with #DDDB48
Text Example
Text Example
White with #DDDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB48; }
p { color: rgb(221,219,72); }
H1.HeaderClassName
{
color: #DDDB48;
}
.AnyTagClassName
{
color: #DDDB48;
}
</style>
background-color css
<style>
a { background-color: #DDDB48; }
a { background-color: rgb(221,219,72); }
div.DivClassName
{
background-color: #DDDB48;
}
.BgClassName
{
background-color: #DDDB48;
}
</style>
border-color css
<style>
span { border-color: #DDDB48; }
span { border-color: rgb(221,219,72); }
td.TdClassName
{
border-color: #DDDB48;
}
.TagClassName
{
border-color: #DDDB48;
}
</style>