Shades of Manz #DDDC55
Tints of Manz #DDDC55
RGB
CMYK
RGB Variations
Color information
#DDDC55 (or 0xDDDC55) is known color: Manz. HEX triplet: DD, DC and 55. RGB value is (221,220,85). Sum of RGB (Red+Green+Blue) = 221+220+85=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC55 is #2223AA. Grayscale: #CDCDCD. Windows color (decimal): -2237355 or 5627101. OLE color: 5627101.
HSL color Cylindrical-coordinate representation of color #DDDC55: hue angle of 59.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDDC55 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 85 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.13 |
| HSL | 59.56º | 0.67% | 0.6% | - |
| HSV(B) | 59.56º | 0.62% | 0.87% | - |
| XYZ | 57.05 | 67.21 | 18.56 | - |
| YUV | 204.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 85 | 0 | 0.00 | 0.62 | 0.13 | 59.56 | 0.67 | 0.6 |
| Hex | DD | DC | 55 | 0 | 0 | 3E | D | 3C | 43 | 3C |
| Octal | 335 | 334 | 125 | 0 | 0 | 76 | 15 | 74 | 103 | 74 |
| Binary | 11011101 | 11011100 | 1010101 | 0 | 0 | 111110 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DDDC55
Complementary color
Monochromatic Colors of #DDDC55
Black with #DDDC55
Text Example
Text Example
White with #DDDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC55; }
p { color: rgb(221,220,85); }
H1.HeaderClassName
{
color: #DDDC55;
}
.AnyTagClassName
{
color: #DDDC55;
}
</style>
background-color css
<style>
a { background-color: #DDDC55; }
a { background-color: rgb(221,220,85); }
div.DivClassName
{
background-color: #DDDC55;
}
.BgClassName
{
background-color: #DDDC55;
}
</style>
border-color css
<style>
span { border-color: #DDDC55; }
span { border-color: rgb(221,220,85); }
td.TdClassName
{
border-color: #DDDC55;
}
.TagClassName
{
border-color: #DDDC55;
}
</style>