Shades of Manz #DDDC58
Tints of Manz #DDDC58
RGB
CMYK
RGB Variations
Color information
#DDDC58 (or 0xDDDC58) is known color: Manz. HEX triplet: DD, DC and 58. RGB value is (221,220,88). Sum of RGB (Red+Green+Blue) = 221+220+88=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC58 is #2223A7. Grayscale: #CDCDCD. Windows color (decimal): -2237352 or 5823709. OLE color: 5823709.
HSL color Cylindrical-coordinate representation of color #DDDC58: hue angle of 59.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDDC58 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 88 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.13 |
| HSL | 59.55º | 0.66% | 0.61% | - |
| HSV(B) | 59.55º | 0.6% | 0.87% | - |
| XYZ | 57.17 | 67.26 | 19.2 | - |
| YUV | 205.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 88 | 0 | 0.00 | 0.60 | 0.13 | 59.55 | 0.66 | 0.61 |
| Hex | DD | DC | 58 | 0 | 0 | 3C | D | 3C | 42 | 3D |
| Octal | 335 | 334 | 130 | 0 | 0 | 74 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011100 | 1011000 | 0 | 0 | 111100 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDC58
Complementary color
Monochromatic Colors of #DDDC58
Black with #DDDC58
Text Example
Text Example
White with #DDDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC58; }
p { color: rgb(221,220,88); }
H1.HeaderClassName
{
color: #DDDC58;
}
.AnyTagClassName
{
color: #DDDC58;
}
</style>
background-color css
<style>
a { background-color: #DDDC58; }
a { background-color: rgb(221,220,88); }
div.DivClassName
{
background-color: #DDDC58;
}
.BgClassName
{
background-color: #DDDC58;
}
</style>
border-color css
<style>
span { border-color: #DDDC58; }
span { border-color: rgb(221,220,88); }
td.TdClassName
{
border-color: #DDDC58;
}
.TagClassName
{
border-color: #DDDC58;
}
</style>