Shades of Manz #DEDF55
Tints of Manz #DEDF55
RGB
CMYK
RGB Variations
Color information
#DEDF55 (or 0xDEDF55) is known color: Manz. HEX triplet: DE, DF and 55. RGB value is (222,223,85). Sum of RGB (Red+Green+Blue) = 222+223+85=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF55 is #2120AA. Grayscale: #CFCFCF. Windows color (decimal): -2171051 or 5627870. OLE color: 5627870.
HSL color Cylindrical-coordinate representation of color #DEDF55: hue angle of 60.43º 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 #DEDF55 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 85 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.13 |
| HSL | 60.43º | 0.68% | 0.6% | - |
| HSV(B) | 60.43º | 0.62% | 0.87% | - |
| XYZ | 58.15 | 68.96 | 18.84 | - |
| YUV | 206.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 85 | 0.00 | 0 | 0.62 | 0.13 | 60.43 | 0.68 | 0.6 |
| Hex | DE | DF | 55 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 336 | 337 | 125 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011110 | 11011111 | 1010101 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DEDF55
Complementary color
Monochromatic Colors of #DEDF55
Black with #DEDF55
Text Example
Text Example
White with #DEDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF55; }
p { color: rgb(222,223,85); }
H1.HeaderClassName
{
color: #DEDF55;
}
.AnyTagClassName
{
color: #DEDF55;
}
</style>
background-color css
<style>
a { background-color: #DEDF55; }
a { background-color: rgb(222,223,85); }
div.DivClassName
{
background-color: #DEDF55;
}
.BgClassName
{
background-color: #DEDF55;
}
</style>
border-color css
<style>
span { border-color: #DEDF55; }
span { border-color: rgb(222,223,85); }
td.TdClassName
{
border-color: #DEDF55;
}
.TagClassName
{
border-color: #DEDF55;
}
</style>