Shades of Manz #DDDC5B
Tints of Manz #DDDC5B
RGB
CMYK
RGB Variations
Color information
#DDDC5B (or 0xDDDC5B) is known color: Manz. HEX triplet: DD, DC and 5B. RGB value is (221,220,91). Sum of RGB (Red+Green+Blue) = 221+220+91=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5B is #2223A4. Grayscale: #CECECE. Windows color (decimal): -2237349 or 6020317. OLE color: 6020317.
HSL color Cylindrical-coordinate representation of color #DDDC5B: hue angle of 59.54º 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 #DDDC5B is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 91 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.13 |
| HSL | 59.54º | 0.66% | 0.61% | - |
| HSV(B) | 59.54º | 0.59% | 0.87% | - |
| XYZ | 57.3 | 67.31 | 19.87 | - |
| YUV | 205.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 91 | 0 | 0.00 | 0.59 | 0.13 | 59.54 | 0.66 | 0.61 |
| Hex | DD | DC | 5B | 0 | 0 | 3B | D | 3C | 42 | 3D |
| Octal | 335 | 334 | 133 | 0 | 0 | 73 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011100 | 1011011 | 0 | 0 | 111011 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDC5B
Complementary color
Monochromatic Colors of #DDDC5B
Black with #DDDC5B
Text Example
Text Example
White with #DDDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC5B; }
p { color: rgb(221,220,91); }
H1.HeaderClassName
{
color: #DDDC5B;
}
.AnyTagClassName
{
color: #DDDC5B;
}
</style>
background-color css
<style>
a { background-color: #DDDC5B; }
a { background-color: rgb(221,220,91); }
div.DivClassName
{
background-color: #DDDC5B;
}
.BgClassName
{
background-color: #DDDC5B;
}
</style>
border-color css
<style>
span { border-color: #DDDC5B; }
span { border-color: rgb(221,220,91); }
td.TdClassName
{
border-color: #DDDC5B;
}
.TagClassName
{
border-color: #DDDC5B;
}
</style>