Shades of Manz #DDDC5F
Tints of Manz #DDDC5F
RGB
CMYK
RGB Variations
Color information
#DDDC5F (or 0xDDDC5F) is known color: Manz. HEX triplet: DD, DC and 5F. RGB value is (221,220,95). Sum of RGB (Red+Green+Blue) = 221+220+95=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5F is #2223A0. Grayscale: #CECECE. Windows color (decimal): -2237345 or 6282461. OLE color: 6282461.
HSL color Cylindrical-coordinate representation of color #DDDC5F: hue angle of 59.52º 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 #DDDC5F is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 95 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.13 |
| HSL | 59.52º | 0.65% | 0.62% | - |
| HSV(B) | 59.52º | 0.57% | 0.87% | - |
| XYZ | 57.48 | 67.38 | 20.8 | - |
| YUV | 206.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 95 | 0 | 0.00 | 0.57 | 0.13 | 59.52 | 0.65 | 0.62 |
| Hex | DD | DC | 5F | 0 | 0 | 39 | D | 3C | 41 | 3E |
| Octal | 335 | 334 | 137 | 0 | 0 | 71 | 15 | 74 | 101 | 76 |
| Binary | 11011101 | 11011100 | 1011111 | 0 | 0 | 111001 | 1101 | 111100 | 1000001 | 111110 |
Color Harmonies of #DDDC5F
Complementary color
Monochromatic Colors of #DDDC5F
Black with #DDDC5F
Text Example
Text Example
White with #DDDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC5F; }
p { color: rgb(221,220,95); }
H1.HeaderClassName
{
color: #DDDC5F;
}
.AnyTagClassName
{
color: #DDDC5F;
}
</style>
background-color css
<style>
a { background-color: #DDDC5F; }
a { background-color: rgb(221,220,95); }
div.DivClassName
{
background-color: #DDDC5F;
}
.BgClassName
{
background-color: #DDDC5F;
}
</style>
border-color css
<style>
span { border-color: #DDDC5F; }
span { border-color: rgb(221,220,95); }
td.TdClassName
{
border-color: #DDDC5F;
}
.TagClassName
{
border-color: #DDDC5F;
}
</style>