Shades of Manz #DDDD58
Tints of Manz #DDDD58
RGB
CMYK
RGB Variations
Color information
#DDDD58 (or 0xDDDD58) is known color: Manz. HEX triplet: DD, DD and 58. RGB value is (221,221,88). Sum of RGB (Red+Green+Blue) = 221+221+88=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD58 is #2222A7. Grayscale: #CECECE. Windows color (decimal): -2237096 or 5823965. OLE color: 5823965.
HSL color Cylindrical-coordinate representation of color #DDDD58: hue angle of 60º 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 #DDDD58 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 88 | - |
| CMYK | 0 | 0 | 0.60 | 0.13 |
| HSL | 60º | 0.66% | 0.61% | - |
| HSV(B) | 60º | 0.6% | 0.87% | - |
| XYZ | 57.44 | 67.79 | 19.29 | - |
| YUV | 205.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 88 | 0 | 0 | 0.60 | 0.13 | 60 | 0.66 | 0.61 |
| Hex | DD | DD | 58 | 0 | 0 | 3C | D | 3C | 42 | 3D |
| Octal | 335 | 335 | 130 | 0 | 0 | 74 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011101 | 1011000 | 0 | 0 | 111100 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDD58
Complementary color
Monochromatic Colors of #DDDD58
Black with #DDDD58
Text Example
Text Example
White with #DDDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD58; }
p { color: rgb(221,221,88); }
H1.HeaderClassName
{
color: #DDDD58;
}
.AnyTagClassName
{
color: #DDDD58;
}
</style>
background-color css
<style>
a { background-color: #DDDD58; }
a { background-color: rgb(221,221,88); }
div.DivClassName
{
background-color: #DDDD58;
}
.BgClassName
{
background-color: #DDDD58;
}
</style>
border-color css
<style>
span { border-color: #DDDD58; }
span { border-color: rgb(221,221,88); }
td.TdClassName
{
border-color: #DDDD58;
}
.TagClassName
{
border-color: #DDDD58;
}
</style>