Shades of Manz #DDDA51
Tints of Manz #DDDA51
RGB
CMYK
RGB Variations
Color information
#DDDA51 (or 0xDDDA51) is known color: Manz. HEX triplet: DD, DA and 51. RGB value is (221,218,81). Sum of RGB (Red+Green+Blue) = 221+218+81=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA51 is #2225AE. Grayscale: #CBCBCB. Windows color (decimal): -2237871 or 5364445. OLE color: 5364445.
HSL color Cylindrical-coordinate representation of color #DDDA51: hue angle of 58.71º 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 #DDDA51 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 81 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.13 |
| HSL | 58.71º | 0.67% | 0.59% | - |
| HSV(B) | 58.71º | 0.63% | 0.87% | - |
| XYZ | 56.38 | 66.11 | 17.57 | - |
| YUV | 203.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 81 | 0 | 0.01 | 0.63 | 0.13 | 58.71 | 0.67 | 0.59 |
| Hex | DD | DA | 51 | 0 | 1 | 3F | D | 3B | 43 | 3B |
| Octal | 335 | 332 | 121 | 0 | 1 | 77 | 15 | 73 | 103 | 73 |
| Binary | 11011101 | 11011010 | 1010001 | 0 | 1 | 111111 | 1101 | 111011 | 1000011 | 111011 |
Color Harmonies of #DDDA51
Complementary color
Monochromatic Colors of #DDDA51
Black with #DDDA51
Text Example
Text Example
White with #DDDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA51; }
p { color: rgb(221,218,81); }
H1.HeaderClassName
{
color: #DDDA51;
}
.AnyTagClassName
{
color: #DDDA51;
}
</style>
background-color css
<style>
a { background-color: #DDDA51; }
a { background-color: rgb(221,218,81); }
div.DivClassName
{
background-color: #DDDA51;
}
.BgClassName
{
background-color: #DDDA51;
}
</style>
border-color css
<style>
span { border-color: #DDDA51; }
span { border-color: rgb(221,218,81); }
td.TdClassName
{
border-color: #DDDA51;
}
.TagClassName
{
border-color: #DDDA51;
}
</style>