Shades of Manz #DDDB5F
Tints of Manz #DDDB5F
RGB
CMYK
RGB Variations
Color information
#DDDB5F (or 0xDDDB5F) is known color: Manz. HEX triplet: DD, DB and 5F. RGB value is (221,219,95). Sum of RGB (Red+Green+Blue) = 221+219+95=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB5F is #2224A0. Grayscale: #CDCDCD. Windows color (decimal): -2237601 or 6282205. OLE color: 6282205.
HSL color Cylindrical-coordinate representation of color #DDDB5F: hue angle of 59.05º 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 #DDDB5F is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 95 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.13 |
| HSL | 59.05º | 0.65% | 0.62% | - |
| HSV(B) | 59.05º | 0.57% | 0.87% | - |
| XYZ | 57.22 | 66.86 | 20.72 | - |
| YUV | 205.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 95 | 0 | 0.01 | 0.57 | 0.13 | 59.05 | 0.65 | 0.62 |
| Hex | DD | DB | 5F | 0 | 1 | 39 | D | 3B | 41 | 3E |
| Octal | 335 | 333 | 137 | 0 | 1 | 71 | 15 | 73 | 101 | 76 |
| Binary | 11011101 | 11011011 | 1011111 | 0 | 1 | 111001 | 1101 | 111011 | 1000001 | 111110 |
Color Harmonies of #DDDB5F
Complementary color
Monochromatic Colors of #DDDB5F
Black with #DDDB5F
Text Example
Text Example
White with #DDDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB5F; }
p { color: rgb(221,219,95); }
H1.HeaderClassName
{
color: #DDDB5F;
}
.AnyTagClassName
{
color: #DDDB5F;
}
</style>
background-color css
<style>
a { background-color: #DDDB5F; }
a { background-color: rgb(221,219,95); }
div.DivClassName
{
background-color: #DDDB5F;
}
.BgClassName
{
background-color: #DDDB5F;
}
</style>
border-color css
<style>
span { border-color: #DDDB5F; }
span { border-color: rgb(221,219,95); }
td.TdClassName
{
border-color: #DDDB5F;
}
.TagClassName
{
border-color: #DDDB5F;
}
</style>