Shades of Manz #DDD255
Tints of Manz #DDD255
RGB
CMYK
RGB Variations
Color information
#DDD255 (or 0xDDD255) is known color: Manz. HEX triplet: DD, D2 and 55. RGB value is (221,210,85). Sum of RGB (Red+Green+Blue) = 221+210+85=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD255 is #222DAA. Grayscale: #C7C7C7. Windows color (decimal): -2239915 or 5624541. OLE color: 5624541.
HSL color Cylindrical-coordinate representation of color #DDD255: hue angle of 55.15º 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 #DDD255 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 85 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.15º | 0.67% | 0.6% | - |
| HSV(B) | 55.15º | 0.62% | 0.87% | - |
| XYZ | 54.51 | 62.12 | 17.71 | - |
| YUV | 199.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 85 | 0 | 0.05 | 0.62 | 0.13 | 55.15 | 0.67 | 0.6 |
| Hex | DD | D2 | 55 | 0 | 5 | 3E | D | 37 | 43 | 3C |
| Octal | 335 | 322 | 125 | 0 | 5 | 76 | 15 | 67 | 103 | 74 |
| Binary | 11011101 | 11010010 | 1010101 | 0 | 101 | 111110 | 1101 | 110111 | 1000011 | 111100 |
Color Harmonies of #DDD255
Complementary color
Monochromatic Colors of #DDD255
Black with #DDD255
Text Example
Text Example
White with #DDD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD255; }
p { color: rgb(221,210,85); }
H1.HeaderClassName
{
color: #DDD255;
}
.AnyTagClassName
{
color: #DDD255;
}
</style>
background-color css
<style>
a { background-color: #DDD255; }
a { background-color: rgb(221,210,85); }
div.DivClassName
{
background-color: #DDD255;
}
.BgClassName
{
background-color: #DDD255;
}
</style>
border-color css
<style>
span { border-color: #DDD255; }
span { border-color: rgb(221,210,85); }
td.TdClassName
{
border-color: #DDD255;
}
.TagClassName
{
border-color: #DDD255;
}
</style>