Shades of Manz #DEDF53
Tints of Manz #DEDF53
RGB
CMYK
RGB Variations
Color information
#DEDF53 (or 0xDEDF53) is known color: Manz. HEX triplet: DE, DF and 53. RGB value is (222,223,83). Sum of RGB (Red+Green+Blue) = 222+223+83=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF53 is #2120AC. Grayscale: #CFCFCF. Windows color (decimal): -2171053 or 5496798. OLE color: 5496798.
HSL color Cylindrical-coordinate representation of color #DEDF53: hue angle of 60.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEDF53 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 83 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.13 |
| HSL | 60.43º | 0.69% | 0.6% | - |
| HSV(B) | 60.43º | 0.63% | 0.87% | - |
| XYZ | 58.07 | 68.93 | 18.43 | - |
| YUV | 206.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 83 | 0.00 | 0 | 0.63 | 0.13 | 60.43 | 0.69 | 0.6 |
| Hex | DE | DF | 53 | 0 | 0 | 3F | D | 3C | 45 | 3C |
| Octal | 336 | 337 | 123 | 0 | 0 | 77 | 15 | 74 | 105 | 74 |
| Binary | 11011110 | 11011111 | 1010011 | 0 | 0 | 111111 | 1101 | 111100 | 1000101 | 111100 |
Color Harmonies of #DEDF53
Complementary color
Monochromatic Colors of #DEDF53
Black with #DEDF53
Text Example
Text Example
White with #DEDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF53; }
p { color: rgb(222,223,83); }
H1.HeaderClassName
{
color: #DEDF53;
}
.AnyTagClassName
{
color: #DEDF53;
}
</style>
background-color css
<style>
a { background-color: #DEDF53; }
a { background-color: rgb(222,223,83); }
div.DivClassName
{
background-color: #DEDF53;
}
.BgClassName
{
background-color: #DEDF53;
}
</style>
border-color css
<style>
span { border-color: #DEDF53; }
span { border-color: rgb(222,223,83); }
td.TdClassName
{
border-color: #DEDF53;
}
.TagClassName
{
border-color: #DEDF53;
}
</style>