Shades of Manz #DDDA55
Tints of Manz #DDDA55
RGB
CMYK
RGB Variations
Color information
#DDDA55 (or 0xDDDA55) is known color: Manz. HEX triplet: DD, DA and 55. RGB value is (221,218,85). Sum of RGB (Red+Green+Blue) = 221+218+85=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA55 is #2225AA. Grayscale: #CCCCCC. Windows color (decimal): -2237867 or 5626589. OLE color: 5626589.
HSL color Cylindrical-coordinate representation of color #DDDA55: hue angle of 58.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDDA55 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 85 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 58.68º | 0.67% | 0.6% | - |
| HSV(B) | 58.68º | 0.62% | 0.87% | - |
| XYZ | 56.53 | 66.17 | 18.39 | - |
| YUV | 203.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 85 | 0 | 0.01 | 0.62 | 0.13 | 58.68 | 0.67 | 0.6 |
| Hex | DD | DA | 55 | 0 | 1 | 3E | D | 3B | 43 | 3C |
| Octal | 335 | 332 | 125 | 0 | 1 | 76 | 15 | 73 | 103 | 74 |
| Binary | 11011101 | 11011010 | 1010101 | 0 | 1 | 111110 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DDDA55
Complementary color
Monochromatic Colors of #DDDA55
Black with #DDDA55
Text Example
Text Example
White with #DDDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA55; }
p { color: rgb(221,218,85); }
H1.HeaderClassName
{
color: #DDDA55;
}
.AnyTagClassName
{
color: #DDDA55;
}
</style>
background-color css
<style>
a { background-color: #DDDA55; }
a { background-color: rgb(221,218,85); }
div.DivClassName
{
background-color: #DDDA55;
}
.BgClassName
{
background-color: #DDDA55;
}
</style>
border-color css
<style>
span { border-color: #DDDA55; }
span { border-color: rgb(221,218,85); }
td.TdClassName
{
border-color: #DDDA55;
}
.TagClassName
{
border-color: #DDDA55;
}
</style>