Shades of Manz #DDD060
Tints of Manz #DDD060
RGB
CMYK
RGB Variations
Color information
#DDD060 (or 0xDDD060) is known color: Manz. HEX triplet: DD, D0 and 60. RGB value is (221,208,96). Sum of RGB (Red+Green+Blue) = 221+208+96=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD060 is #222F9F. Grayscale: #C7C7C7. Windows color (decimal): -2240416 or 6344925. OLE color: 6344925.
HSL color Cylindrical-coordinate representation of color #DDD060: hue angle of 53.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDD060 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 96 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.13 |
| HSL | 53.76º | 0.65% | 0.62% | - |
| HSV(B) | 53.76º | 0.57% | 0.87% | - |
| XYZ | 54.49 | 61.33 | 20.03 | - |
| YUV | 199.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 96 | 0 | 0.06 | 0.57 | 0.13 | 53.76 | 0.65 | 0.62 |
| Hex | DD | D0 | 60 | 0 | 6 | 39 | D | 36 | 41 | 3E |
| Octal | 335 | 320 | 140 | 0 | 6 | 71 | 15 | 66 | 101 | 76 |
| Binary | 11011101 | 11010000 | 1100000 | 0 | 110 | 111001 | 1101 | 110110 | 1000001 | 111110 |
Color Harmonies of #DDD060
Complementary color
Monochromatic Colors of #DDD060
Black with #DDD060
Text Example
Text Example
White with #DDD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD060; }
p { color: rgb(221,208,96); }
H1.HeaderClassName
{
color: #DDD060;
}
.AnyTagClassName
{
color: #DDD060;
}
</style>
background-color css
<style>
a { background-color: #DDD060; }
a { background-color: rgb(221,208,96); }
div.DivClassName
{
background-color: #DDD060;
}
.BgClassName
{
background-color: #DDD060;
}
</style>
border-color css
<style>
span { border-color: #DDD060; }
span { border-color: rgb(221,208,96); }
td.TdClassName
{
border-color: #DDD060;
}
.TagClassName
{
border-color: #DDD060;
}
</style>