Shades of Manz #DDD553
Tints of Manz #DDD553
RGB
CMYK
RGB Variations
Color information
#DDD553 (or 0xDDD553) is known color: Manz. HEX triplet: DD, D5 and 53. RGB value is (221,213,83). Sum of RGB (Red+Green+Blue) = 221+213+83=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD553 is #222AAC. Grayscale: #C9C9C9. Windows color (decimal): -2239149 or 5494237. OLE color: 5494237.
HSL color Cylindrical-coordinate representation of color #DDD553: hue angle of 56.52º 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 #DDD553 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 83 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 56.52º | 0.67% | 0.6% | - |
| HSV(B) | 56.52º | 0.62% | 0.87% | - |
| XYZ | 55.17 | 63.59 | 17.55 | - |
| YUV | 200.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 83 | 0 | 0.04 | 0.62 | 0.13 | 56.52 | 0.67 | 0.6 |
| Hex | DD | D5 | 53 | 0 | 4 | 3E | D | 39 | 43 | 3C |
| Octal | 335 | 325 | 123 | 0 | 4 | 76 | 15 | 71 | 103 | 74 |
| Binary | 11011101 | 11010101 | 1010011 | 0 | 100 | 111110 | 1101 | 111001 | 1000011 | 111100 |
Color Harmonies of #DDD553
Complementary color
Monochromatic Colors of #DDD553
Black with #DDD553
Text Example
Text Example
White with #DDD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD553; }
p { color: rgb(221,213,83); }
H1.HeaderClassName
{
color: #DDD553;
}
.AnyTagClassName
{
color: #DDD553;
}
</style>
background-color css
<style>
a { background-color: #DDD553; }
a { background-color: rgb(221,213,83); }
div.DivClassName
{
background-color: #DDD553;
}
.BgClassName
{
background-color: #DDD553;
}
</style>
border-color css
<style>
span { border-color: #DDD553; }
span { border-color: rgb(221,213,83); }
td.TdClassName
{
border-color: #DDD553;
}
.TagClassName
{
border-color: #DDD553;
}
</style>