Shades of Manz #DFDE52
Tints of Manz #DFDE52
RGB
CMYK
RGB Variations
Color information
#DFDE52 (or 0xDFDE52) is known color: Manz. HEX triplet: DF, DE and 52. RGB value is (223,222,82). Sum of RGB (Red+Green+Blue) = 223+222+82=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE52 is #2021AD. Grayscale: #CECECE. Windows color (decimal): -2105774 or 5431007. OLE color: 5431007.
HSL color Cylindrical-coordinate representation of color #DFDE52: hue angle of 59.57º 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 #DFDE52 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 82 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.13 |
| HSL | 59.57º | 0.69% | 0.6% | - |
| HSV(B) | 59.57º | 0.63% | 0.87% | - |
| XYZ | 58.08 | 68.54 | 18.15 | - |
| YUV | 206.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 82 | 0 | 0.00 | 0.63 | 0.13 | 59.57 | 0.69 | 0.6 |
| Hex | DF | DE | 52 | 0 | 0 | 3F | D | 3C | 45 | 3C |
| Octal | 337 | 336 | 122 | 0 | 0 | 77 | 15 | 74 | 105 | 74 |
| Binary | 11011111 | 11011110 | 1010010 | 0 | 0 | 111111 | 1101 | 111100 | 1000101 | 111100 |
Color Harmonies of #DFDE52
Complementary color
Monochromatic Colors of #DFDE52
Black with #DFDE52
Text Example
Text Example
White with #DFDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE52; }
p { color: rgb(223,222,82); }
H1.HeaderClassName
{
color: #DFDE52;
}
.AnyTagClassName
{
color: #DFDE52;
}
</style>
background-color css
<style>
a { background-color: #DFDE52; }
a { background-color: rgb(223,222,82); }
div.DivClassName
{
background-color: #DFDE52;
}
.BgClassName
{
background-color: #DFDE52;
}
</style>
border-color css
<style>
span { border-color: #DFDE52; }
span { border-color: rgb(223,222,82); }
td.TdClassName
{
border-color: #DFDE52;
}
.TagClassName
{
border-color: #DFDE52;
}
</style>