Shades of Manz #DDD061
Tints of Manz #DDD061
RGB
CMYK
RGB Variations
Color information
#DDD061 (or 0xDDD061) is known color: Manz. HEX triplet: DD, D0 and 61. RGB value is (221,208,97). Sum of RGB (Red+Green+Blue) = 221+208+97=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD061 is #222F9E. Grayscale: #C7C7C7. Windows color (decimal): -2240415 or 6410461. OLE color: 6410461.
HSL color Cylindrical-coordinate representation of color #DDD061: hue angle of 53.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDD061 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 97 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.13 |
| HSL | 53.71º | 0.65% | 0.62% | - |
| HSV(B) | 53.71º | 0.56% | 0.87% | - |
| XYZ | 54.53 | 61.35 | 20.28 | - |
| YUV | 199.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 97 | 0 | 0.06 | 0.56 | 0.13 | 53.71 | 0.65 | 0.62 |
| Hex | DD | D0 | 61 | 0 | 6 | 38 | D | 36 | 41 | 3E |
| Octal | 335 | 320 | 141 | 0 | 6 | 70 | 15 | 66 | 101 | 76 |
| Binary | 11011101 | 11010000 | 1100001 | 0 | 110 | 111000 | 1101 | 110110 | 1000001 | 111110 |
Color Harmonies of #DDD061
Complementary color
Monochromatic Colors of #DDD061
Black with #DDD061
Text Example
Text Example
White with #DDD061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD061; }
p { color: rgb(221,208,97); }
H1.HeaderClassName
{
color: #DDD061;
}
.AnyTagClassName
{
color: #DDD061;
}
</style>
background-color css
<style>
a { background-color: #DDD061; }
a { background-color: rgb(221,208,97); }
div.DivClassName
{
background-color: #DDD061;
}
.BgClassName
{
background-color: #DDD061;
}
</style>
border-color css
<style>
span { border-color: #DDD061; }
span { border-color: rgb(221,208,97); }
td.TdClassName
{
border-color: #DDD061;
}
.TagClassName
{
border-color: #DDD061;
}
</style>