Shades of Manz #DDDB5B
Tints of Manz #DDDB5B
RGB
CMYK
RGB Variations
Color information
#DDDB5B (or 0xDDDB5B) is known color: Manz. HEX triplet: DD, DB and 5B. RGB value is (221,219,91). Sum of RGB (Red+Green+Blue) = 221+219+91=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB5B is #2224A4. Grayscale: #CDCDCD. Windows color (decimal): -2237605 or 6020061. OLE color: 6020061.
HSL color Cylindrical-coordinate representation of color #DDDB5B: hue angle of 59.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDDB5B is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 91 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 59.08º | 0.66% | 0.61% | - |
| HSV(B) | 59.08º | 0.59% | 0.87% | - |
| XYZ | 57.04 | 66.79 | 19.78 | - |
| YUV | 205.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 91 | 0 | 0.01 | 0.59 | 0.13 | 59.08 | 0.66 | 0.61 |
| Hex | DD | DB | 5B | 0 | 1 | 3B | D | 3B | 42 | 3D |
| Octal | 335 | 333 | 133 | 0 | 1 | 73 | 15 | 73 | 102 | 75 |
| Binary | 11011101 | 11011011 | 1011011 | 0 | 1 | 111011 | 1101 | 111011 | 1000010 | 111101 |
Color Harmonies of #DDDB5B
Complementary color
Monochromatic Colors of #DDDB5B
Black with #DDDB5B
Text Example
Text Example
White with #DDDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB5B; }
p { color: rgb(221,219,91); }
H1.HeaderClassName
{
color: #DDDB5B;
}
.AnyTagClassName
{
color: #DDDB5B;
}
</style>
background-color css
<style>
a { background-color: #DDDB5B; }
a { background-color: rgb(221,219,91); }
div.DivClassName
{
background-color: #DDDB5B;
}
.BgClassName
{
background-color: #DDDB5B;
}
</style>
border-color css
<style>
span { border-color: #DDDB5B; }
span { border-color: rgb(221,219,91); }
td.TdClassName
{
border-color: #DDDB5B;
}
.TagClassName
{
border-color: #DDDB5B;
}
</style>