Shades of Manz #DDDC53
Tints of Manz #DDDC53
RGB
CMYK
RGB Variations
Color information
#DDDC53 (or 0xDDDC53) is known color: Manz. HEX triplet: DD, DC and 53. RGB value is (221,220,83). Sum of RGB (Red+Green+Blue) = 221+220+83=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC53 is #2223AC. Grayscale: #CDCDCD. Windows color (decimal): -2237357 or 5496029. OLE color: 5496029.
HSL color Cylindrical-coordinate representation of color #DDDC53: hue angle of 59.57º 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 #DDDC53 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 83 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.13 |
| HSL | 59.57º | 0.67% | 0.6% | - |
| HSV(B) | 59.57º | 0.62% | 0.87% | - |
| XYZ | 56.97 | 67.18 | 18.15 | - |
| YUV | 204.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 83 | 0 | 0.00 | 0.62 | 0.13 | 59.57 | 0.67 | 0.6 |
| Hex | DD | DC | 53 | 0 | 0 | 3E | D | 3C | 43 | 3C |
| Octal | 335 | 334 | 123 | 0 | 0 | 76 | 15 | 74 | 103 | 74 |
| Binary | 11011101 | 11011100 | 1010011 | 0 | 0 | 111110 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DDDC53
Complementary color
Monochromatic Colors of #DDDC53
Black with #DDDC53
Text Example
Text Example
White with #DDDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC53; }
p { color: rgb(221,220,83); }
H1.HeaderClassName
{
color: #DDDC53;
}
.AnyTagClassName
{
color: #DDDC53;
}
</style>
background-color css
<style>
a { background-color: #DDDC53; }
a { background-color: rgb(221,220,83); }
div.DivClassName
{
background-color: #DDDC53;
}
.BgClassName
{
background-color: #DDDC53;
}
</style>
border-color css
<style>
span { border-color: #DDDC53; }
span { border-color: rgb(221,220,83); }
td.TdClassName
{
border-color: #DDDC53;
}
.TagClassName
{
border-color: #DDDC53;
}
</style>