Shades of Manz #DDDB5D
Tints of Manz #DDDB5D
RGB
CMYK
RGB Variations
Color information
#DDDB5D (or 0xDDDB5D) is known color: Manz. HEX triplet: DD, DB and 5D. RGB value is (221,219,93). Sum of RGB (Red+Green+Blue) = 221+219+93=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB5D is #2224A2. Grayscale: #CDCDCD. Windows color (decimal): -2237603 or 6151133. OLE color: 6151133.
HSL color Cylindrical-coordinate representation of color #DDDB5D: hue angle of 59.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDDB5D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 93 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 59.06º | 0.65% | 0.62% | - |
| HSV(B) | 59.06º | 0.58% | 0.87% | - |
| XYZ | 57.13 | 66.83 | 20.24 | - |
| YUV | 205.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 93 | 0 | 0.01 | 0.58 | 0.13 | 59.06 | 0.65 | 0.62 |
| Hex | DD | DB | 5D | 0 | 1 | 3A | D | 3B | 41 | 3E |
| Octal | 335 | 333 | 135 | 0 | 1 | 72 | 15 | 73 | 101 | 76 |
| Binary | 11011101 | 11011011 | 1011101 | 0 | 1 | 111010 | 1101 | 111011 | 1000001 | 111110 |
Color Harmonies of #DDDB5D
Complementary color
Monochromatic Colors of #DDDB5D
Black with #DDDB5D
Text Example
Text Example
White with #DDDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB5D; }
p { color: rgb(221,219,93); }
H1.HeaderClassName
{
color: #DDDB5D;
}
.AnyTagClassName
{
color: #DDDB5D;
}
</style>
background-color css
<style>
a { background-color: #DDDB5D; }
a { background-color: rgb(221,219,93); }
div.DivClassName
{
background-color: #DDDB5D;
}
.BgClassName
{
background-color: #DDDB5D;
}
</style>
border-color css
<style>
span { border-color: #DDDB5D; }
span { border-color: rgb(221,219,93); }
td.TdClassName
{
border-color: #DDDB5D;
}
.TagClassName
{
border-color: #DDDB5D;
}
</style>