Shades of Manz #DDD355
Tints of Manz #DDD355
RGB
CMYK
RGB Variations
Color information
#DDD355 (or 0xDDD355) is known color: Manz. HEX triplet: DD, D3 and 55. RGB value is (221,211,85). Sum of RGB (Red+Green+Blue) = 221+211+85=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD355 is #222CAA. Grayscale: #C8C8C8. Windows color (decimal): -2239659 or 5624797. OLE color: 5624797.
HSL color Cylindrical-coordinate representation of color #DDD355: hue angle of 55.59º 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 #DDD355 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 85 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.59º | 0.67% | 0.6% | - |
| HSV(B) | 55.59º | 0.62% | 0.87% | - |
| XYZ | 54.75 | 62.62 | 17.79 | - |
| YUV | 199.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 85 | 0 | 0.05 | 0.62 | 0.13 | 55.59 | 0.67 | 0.6 |
| Hex | DD | D3 | 55 | 0 | 5 | 3E | D | 38 | 43 | 3C |
| Octal | 335 | 323 | 125 | 0 | 5 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010011 | 1010101 | 0 | 101 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD355
Complementary color
Monochromatic Colors of #DDD355
Black with #DDD355
Text Example
Text Example
White with #DDD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD355; }
p { color: rgb(221,211,85); }
H1.HeaderClassName
{
color: #DDD355;
}
.AnyTagClassName
{
color: #DDD355;
}
</style>
background-color css
<style>
a { background-color: #DDD355; }
a { background-color: rgb(221,211,85); }
div.DivClassName
{
background-color: #DDD355;
}
.BgClassName
{
background-color: #DDD355;
}
</style>
border-color css
<style>
span { border-color: #DDD355; }
span { border-color: rgb(221,211,85); }
td.TdClassName
{
border-color: #DDD355;
}
.TagClassName
{
border-color: #DDD355;
}
</style>