Shades of Manz #DEDF59
Tints of Manz #DEDF59
RGB
CMYK
RGB Variations
Color information
#DEDF59 (or 0xDEDF59) is known color: Manz. HEX triplet: DE, DF and 59. RGB value is (222,223,89). Sum of RGB (Red+Green+Blue) = 222+223+89=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF59 is #2120A6. Grayscale: #CFCFCF. Windows color (decimal): -2171047 or 5890014. OLE color: 5890014.
HSL color Cylindrical-coordinate representation of color #DEDF59: hue angle of 60.45º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEDF59 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 89 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.13 |
| HSL | 60.45º | 0.68% | 0.61% | - |
| HSV(B) | 60.45º | 0.6% | 0.87% | - |
| XYZ | 58.32 | 69.03 | 19.7 | - |
| YUV | 207.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 89 | 0.00 | 0 | 0.60 | 0.13 | 60.45 | 0.68 | 0.61 |
| Hex | DE | DF | 59 | 0 | 0 | 3C | D | 3C | 44 | 3D |
| Octal | 336 | 337 | 131 | 0 | 0 | 74 | 15 | 74 | 104 | 75 |
| Binary | 11011110 | 11011111 | 1011001 | 0 | 0 | 111100 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DEDF59
Complementary color
Monochromatic Colors of #DEDF59
Black with #DEDF59
Text Example
Text Example
White with #DEDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF59; }
p { color: rgb(222,223,89); }
H1.HeaderClassName
{
color: #DEDF59;
}
.AnyTagClassName
{
color: #DEDF59;
}
</style>
background-color css
<style>
a { background-color: #DEDF59; }
a { background-color: rgb(222,223,89); }
div.DivClassName
{
background-color: #DEDF59;
}
.BgClassName
{
background-color: #DEDF59;
}
</style>
border-color css
<style>
span { border-color: #DEDF59; }
span { border-color: rgb(222,223,89); }
td.TdClassName
{
border-color: #DEDF59;
}
.TagClassName
{
border-color: #DEDF59;
}
</style>