Shades of Manz #DDDD51
Tints of Manz #DDDD51
RGB
CMYK
RGB Variations
Color information
#DDDD51 (or 0xDDDD51) is known color: Manz. HEX triplet: DD, DD and 51. RGB value is (221,221,81). Sum of RGB (Red+Green+Blue) = 221+221+81=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD51 is #2222AE. Grayscale: #CDCDCD. Windows color (decimal): -2237103 or 5365213. OLE color: 5365213.
HSL color Cylindrical-coordinate representation of color #DDDD51: hue angle of 60º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDDD51 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 81 | - |
| CMYK | 0 | 0 | 0.63 | 0.13 |
| HSL | 60º | 0.67% | 0.59% | - |
| HSV(B) | 60º | 0.63% | 0.87% | - |
| XYZ | 57.16 | 67.68 | 17.84 | - |
| YUV | 205.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 81 | 0 | 0 | 0.63 | 0.13 | 60 | 0.67 | 0.59 |
| Hex | DD | DD | 51 | 0 | 0 | 3F | D | 3C | 43 | 3B |
| Octal | 335 | 335 | 121 | 0 | 0 | 77 | 15 | 74 | 103 | 73 |
| Binary | 11011101 | 11011101 | 1010001 | 0 | 0 | 111111 | 1101 | 111100 | 1000011 | 111011 |
Color Harmonies of #DDDD51
Complementary color
Monochromatic Colors of #DDDD51
Black with #DDDD51
Text Example
Text Example
White with #DDDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD51; }
p { color: rgb(221,221,81); }
H1.HeaderClassName
{
color: #DDDD51;
}
.AnyTagClassName
{
color: #DDDD51;
}
</style>
background-color css
<style>
a { background-color: #DDDD51; }
a { background-color: rgb(221,221,81); }
div.DivClassName
{
background-color: #DDDD51;
}
.BgClassName
{
background-color: #DDDD51;
}
</style>
border-color css
<style>
span { border-color: #DDDD51; }
span { border-color: rgb(221,221,81); }
td.TdClassName
{
border-color: #DDDD51;
}
.TagClassName
{
border-color: #DDDD51;
}
</style>