Shades of Manz #DDD660
Tints of Manz #DDD660
RGB
CMYK
RGB Variations
Color information
#DDD660 (or 0xDDD660) is known color: Manz. HEX triplet: DD, D6 and 60. RGB value is (221,214,96). Sum of RGB (Red+Green+Blue) = 221+214+96=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD660 is #22299F. Grayscale: #CBCBCB. Windows color (decimal): -2238880 or 6346461. OLE color: 6346461.
HSL color Cylindrical-coordinate representation of color #DDD660: hue angle of 56.64º 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 #DDD660 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 96 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.13 |
| HSL | 56.64º | 0.65% | 0.62% | - |
| HSV(B) | 56.64º | 0.57% | 0.87% | - |
| XYZ | 55.98 | 64.31 | 20.53 | - |
| YUV | 202.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 96 | 0 | 0.03 | 0.57 | 0.13 | 56.64 | 0.65 | 0.62 |
| Hex | DD | D6 | 60 | 0 | 3 | 39 | D | 39 | 41 | 3E |
| Octal | 335 | 326 | 140 | 0 | 3 | 71 | 15 | 71 | 101 | 76 |
| Binary | 11011101 | 11010110 | 1100000 | 0 | 11 | 111001 | 1101 | 111001 | 1000001 | 111110 |
Color Harmonies of #DDD660
Complementary color
Monochromatic Colors of #DDD660
Black with #DDD660
Text Example
Text Example
White with #DDD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD660; }
p { color: rgb(221,214,96); }
H1.HeaderClassName
{
color: #DDD660;
}
.AnyTagClassName
{
color: #DDD660;
}
</style>
background-color css
<style>
a { background-color: #DDD660; }
a { background-color: rgb(221,214,96); }
div.DivClassName
{
background-color: #DDD660;
}
.BgClassName
{
background-color: #DDD660;
}
</style>
border-color css
<style>
span { border-color: #DDD660; }
span { border-color: rgb(221,214,96); }
td.TdClassName
{
border-color: #DDD660;
}
.TagClassName
{
border-color: #DDD660;
}
</style>