Shades of Manz #DDD961
Tints of Manz #DDD961
RGB
CMYK
RGB Variations
Color information
#DDD961 (or 0xDDD961) is known color: Manz. HEX triplet: DD, D9 and 61. RGB value is (221,217,97). Sum of RGB (Red+Green+Blue) = 221+217+97=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD961 is #22269E. Grayscale: #CCCCCC. Windows color (decimal): -2238111 or 6412765. OLE color: 6412765.
HSL color Cylindrical-coordinate representation of color #DDD961: hue angle of 58.06º 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 #DDD961 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 97 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.13 |
| HSL | 58.06º | 0.65% | 0.62% | - |
| HSV(B) | 58.06º | 0.56% | 0.87% | - |
| XYZ | 56.79 | 65.86 | 21.03 | - |
| YUV | 204.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 97 | 0 | 0.02 | 0.56 | 0.13 | 58.06 | 0.65 | 0.62 |
| Hex | DD | D9 | 61 | 0 | 2 | 38 | D | 3A | 41 | 3E |
| Octal | 335 | 331 | 141 | 0 | 2 | 70 | 15 | 72 | 101 | 76 |
| Binary | 11011101 | 11011001 | 1100001 | 0 | 10 | 111000 | 1101 | 111010 | 1000001 | 111110 |
Color Harmonies of #DDD961
Complementary color
Monochromatic Colors of #DDD961
Black with #DDD961
Text Example
Text Example
White with #DDD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD961; }
p { color: rgb(221,217,97); }
H1.HeaderClassName
{
color: #DDD961;
}
.AnyTagClassName
{
color: #DDD961;
}
</style>
background-color css
<style>
a { background-color: #DDD961; }
a { background-color: rgb(221,217,97); }
div.DivClassName
{
background-color: #DDD961;
}
.BgClassName
{
background-color: #DDD961;
}
</style>
border-color css
<style>
span { border-color: #DDD961; }
span { border-color: rgb(221,217,97); }
td.TdClassName
{
border-color: #DDD961;
}
.TagClassName
{
border-color: #DDD961;
}
</style>