Shades of Manz #DDD661
Tints of Manz #DDD661
RGB
CMYK
RGB Variations
Color information
#DDD661 (or 0xDDD661) is known color: Manz. HEX triplet: DD, D6 and 61. RGB value is (221,214,97). Sum of RGB (Red+Green+Blue) = 221+214+97=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD661 is #22299E. Grayscale: #CBCBCB. Windows color (decimal): -2238879 or 6411997. OLE color: 6411997.
HSL color Cylindrical-coordinate representation of color #DDD661: hue angle of 56.61º 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 #DDD661 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 97 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.13 |
| HSL | 56.61º | 0.65% | 0.62% | - |
| HSV(B) | 56.61º | 0.56% | 0.87% | - |
| XYZ | 56.02 | 64.33 | 20.77 | - |
| YUV | 202.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 97 | 0 | 0.03 | 0.56 | 0.13 | 56.61 | 0.65 | 0.62 |
| Hex | DD | D6 | 61 | 0 | 3 | 38 | D | 39 | 41 | 3E |
| Octal | 335 | 326 | 141 | 0 | 3 | 70 | 15 | 71 | 101 | 76 |
| Binary | 11011101 | 11010110 | 1100001 | 0 | 11 | 111000 | 1101 | 111001 | 1000001 | 111110 |
Color Harmonies of #DDD661
Complementary color
Monochromatic Colors of #DDD661
Black with #DDD661
Text Example
Text Example
White with #DDD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD661; }
p { color: rgb(221,214,97); }
H1.HeaderClassName
{
color: #DDD661;
}
.AnyTagClassName
{
color: #DDD661;
}
</style>
background-color css
<style>
a { background-color: #DDD661; }
a { background-color: rgb(221,214,97); }
div.DivClassName
{
background-color: #DDD661;
}
.BgClassName
{
background-color: #DDD661;
}
</style>
border-color css
<style>
span { border-color: #DDD661; }
span { border-color: rgb(221,214,97); }
td.TdClassName
{
border-color: #DDD661;
}
.TagClassName
{
border-color: #DDD661;
}
</style>