Shades of Manz #DDDB60
Tints of Manz #DDDB60
RGB
CMYK
RGB Variations
Color information
#DDDB60 (or 0xDDDB60) is known color: Manz. HEX triplet: DD, DB and 60. RGB value is (221,219,96). Sum of RGB (Red+Green+Blue) = 221+219+96=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB60 is #22249F. Grayscale: #CECECE. Windows color (decimal): -2237600 or 6347741. OLE color: 6347741.
HSL color Cylindrical-coordinate representation of color #DDDB60: hue angle of 59.04º 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 #DDDB60 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 96 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.13 |
| HSL | 59.04º | 0.65% | 0.62% | - |
| HSV(B) | 59.04º | 0.57% | 0.87% | - |
| XYZ | 57.26 | 66.88 | 20.96 | - |
| YUV | 205.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 96 | 0 | 0.01 | 0.57 | 0.13 | 59.04 | 0.65 | 0.62 |
| Hex | DD | DB | 60 | 0 | 1 | 39 | D | 3B | 41 | 3E |
| Octal | 335 | 333 | 140 | 0 | 1 | 71 | 15 | 73 | 101 | 76 |
| Binary | 11011101 | 11011011 | 1100000 | 0 | 1 | 111001 | 1101 | 111011 | 1000001 | 111110 |
Color Harmonies of #DDDB60
Complementary color
Monochromatic Colors of #DDDB60
Black with #DDDB60
Text Example
Text Example
White with #DDDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB60; }
p { color: rgb(221,219,96); }
H1.HeaderClassName
{
color: #DDDB60;
}
.AnyTagClassName
{
color: #DDDB60;
}
</style>
background-color css
<style>
a { background-color: #DDDB60; }
a { background-color: rgb(221,219,96); }
div.DivClassName
{
background-color: #DDDB60;
}
.BgClassName
{
background-color: #DDDB60;
}
</style>
border-color css
<style>
span { border-color: #DDDB60; }
span { border-color: rgb(221,219,96); }
td.TdClassName
{
border-color: #DDDB60;
}
.TagClassName
{
border-color: #DDDB60;
}
</style>