Shades of Manz #DDDD50
Tints of Manz #DDDD50
RGB
CMYK
RGB Variations
Color information
#DDDD50 (or 0xDDDD50) is known color: Manz. HEX triplet: DD, DD and 50. RGB value is (221,221,80). Sum of RGB (Red+Green+Blue) = 221+221+80=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD50 is #2222AF. Grayscale: #CDCDCD. Windows color (decimal): -2237104 or 5299677. OLE color: 5299677.
HSL color Cylindrical-coordinate representation of color #DDDD50: hue angle of 60º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDDD50 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 80 | - |
| CMYK | 0 | 0 | 0.64 | 0.13 |
| HSL | 60º | 0.67% | 0.59% | - |
| HSV(B) | 60º | 0.64% | 0.87% | - |
| XYZ | 57.12 | 67.66 | 17.64 | - |
| YUV | 204.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 80 | 0 | 0 | 0.64 | 0.13 | 60 | 0.67 | 0.59 |
| Hex | DD | DD | 50 | 0 | 0 | 40 | D | 3C | 43 | 3B |
| Octal | 335 | 335 | 120 | 0 | 0 | 100 | 15 | 74 | 103 | 73 |
| Binary | 11011101 | 11011101 | 1010000 | 0 | 0 | 1000000 | 1101 | 111100 | 1000011 | 111011 |
Color Harmonies of #DDDD50
Complementary color
Monochromatic Colors of #DDDD50
Black with #DDDD50
Text Example
Text Example
White with #DDDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD50; }
p { color: rgb(221,221,80); }
H1.HeaderClassName
{
color: #DDDD50;
}
.AnyTagClassName
{
color: #DDDD50;
}
</style>
background-color css
<style>
a { background-color: #DDDD50; }
a { background-color: rgb(221,221,80); }
div.DivClassName
{
background-color: #DDDD50;
}
.BgClassName
{
background-color: #DDDD50;
}
</style>
border-color css
<style>
span { border-color: #DDDD50; }
span { border-color: rgb(221,221,80); }
td.TdClassName
{
border-color: #DDDD50;
}
.TagClassName
{
border-color: #DDDD50;
}
</style>