Shades of Manz #DDDF55
Tints of Manz #DDDF55
RGB
CMYK
RGB Variations
Color information
#DDDF55 (or 0xDDDF55) is known color: Manz. HEX triplet: DD, DF and 55. RGB value is (221,223,85). Sum of RGB (Red+Green+Blue) = 221+223+85=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF55 is #2220AA. Grayscale: #CFCFCF. Windows color (decimal): -2236587 or 5627869. OLE color: 5627869.
HSL color Cylindrical-coordinate representation of color #DDDF55: hue angle of 60.87º degrees, saturation: 0.68, 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 #DDDF55 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 85 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.13 |
| HSL | 60.87º | 0.68% | 0.6% | - |
| HSV(B) | 60.87º | 0.62% | 0.87% | - |
| XYZ | 57.85 | 68.8 | 18.83 | - |
| YUV | 206.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 85 | 0.01 | 0 | 0.62 | 0.13 | 60.87 | 0.68 | 0.6 |
| Hex | DD | DF | 55 | 1 | 0 | 3E | D | 3D | 44 | 3C |
| Octal | 335 | 337 | 125 | 1 | 0 | 76 | 15 | 75 | 104 | 74 |
| Binary | 11011101 | 11011111 | 1010101 | 1 | 0 | 111110 | 1101 | 111101 | 1000100 | 111100 |
Color Harmonies of #DDDF55
Complementary color
Monochromatic Colors of #DDDF55
Black with #DDDF55
Text Example
Text Example
White with #DDDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF55; }
p { color: rgb(221,223,85); }
H1.HeaderClassName
{
color: #DDDF55;
}
.AnyTagClassName
{
color: #DDDF55;
}
</style>
background-color css
<style>
a { background-color: #DDDF55; }
a { background-color: rgb(221,223,85); }
div.DivClassName
{
background-color: #DDDF55;
}
.BgClassName
{
background-color: #DDDF55;
}
</style>
border-color css
<style>
span { border-color: #DDDF55; }
span { border-color: rgb(221,223,85); }
td.TdClassName
{
border-color: #DDDF55;
}
.TagClassName
{
border-color: #DDDF55;
}
</style>