Shades of Manz #DDDC50
Tints of Manz #DDDC50
RGB
CMYK
RGB Variations
Color information
#DDDC50 (or 0xDDDC50) is known color: Manz. HEX triplet: DD, DC and 50. RGB value is (221,220,80). Sum of RGB (Red+Green+Blue) = 221+220+80=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC50 is #2223AF. Grayscale: #CCCCCC. Windows color (decimal): -2237360 or 5299421. OLE color: 5299421.
HSL color Cylindrical-coordinate representation of color #DDDC50: hue angle of 59.57º 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 #DDDC50 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 80 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.13 |
| HSL | 59.57º | 0.67% | 0.59% | - |
| HSV(B) | 59.57º | 0.64% | 0.87% | - |
| XYZ | 56.86 | 67.14 | 17.55 | - |
| YUV | 204.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 80 | 0 | 0.00 | 0.64 | 0.13 | 59.57 | 0.67 | 0.59 |
| Hex | DD | DC | 50 | 0 | 0 | 40 | D | 3C | 43 | 3B |
| Octal | 335 | 334 | 120 | 0 | 0 | 100 | 15 | 74 | 103 | 73 |
| Binary | 11011101 | 11011100 | 1010000 | 0 | 0 | 1000000 | 1101 | 111100 | 1000011 | 111011 |
Color Harmonies of #DDDC50
Complementary color
Monochromatic Colors of #DDDC50
Black with #DDDC50
Text Example
Text Example
White with #DDDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC50; }
p { color: rgb(221,220,80); }
H1.HeaderClassName
{
color: #DDDC50;
}
.AnyTagClassName
{
color: #DDDC50;
}
</style>
background-color css
<style>
a { background-color: #DDDC50; }
a { background-color: rgb(221,220,80); }
div.DivClassName
{
background-color: #DDDC50;
}
.BgClassName
{
background-color: #DDDC50;
}
</style>
border-color css
<style>
span { border-color: #DDDC50; }
span { border-color: rgb(221,220,80); }
td.TdClassName
{
border-color: #DDDC50;
}
.TagClassName
{
border-color: #DDDC50;
}
</style>