Shades of Manz #DFDC52
Tints of Manz #DFDC52
RGB
CMYK
RGB Variations
Color information
#DFDC52 (or 0xDFDC52) is known color: Manz. HEX triplet: DF, DC and 52. RGB value is (223,220,82). Sum of RGB (Red+Green+Blue) = 223+220+82=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC52 is #2023AD. Grayscale: #CDCDCD. Windows color (decimal): -2106286 or 5430495. OLE color: 5430495.
HSL color Cylindrical-coordinate representation of color #DFDC52: hue angle of 58.72º 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 #DFDC52 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 82 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.13 |
| HSL | 58.72º | 0.69% | 0.6% | - |
| HSV(B) | 58.72º | 0.63% | 0.87% | - |
| XYZ | 57.55 | 67.48 | 17.98 | - |
| YUV | 205.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 82 | 0 | 0.01 | 0.63 | 0.13 | 58.72 | 0.69 | 0.6 |
| Hex | DF | DC | 52 | 0 | 1 | 3F | D | 3B | 45 | 3C |
| Octal | 337 | 334 | 122 | 0 | 1 | 77 | 15 | 73 | 105 | 74 |
| Binary | 11011111 | 11011100 | 1010010 | 0 | 1 | 111111 | 1101 | 111011 | 1000101 | 111100 |
Color Harmonies of #DFDC52
Complementary color
Monochromatic Colors of #DFDC52
Black with #DFDC52
Text Example
Text Example
White with #DFDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC52; }
p { color: rgb(223,220,82); }
H1.HeaderClassName
{
color: #DFDC52;
}
.AnyTagClassName
{
color: #DFDC52;
}
</style>
background-color css
<style>
a { background-color: #DFDC52; }
a { background-color: rgb(223,220,82); }
div.DivClassName
{
background-color: #DFDC52;
}
.BgClassName
{
background-color: #DFDC52;
}
</style>
border-color css
<style>
span { border-color: #DFDC52; }
span { border-color: rgb(223,220,82); }
td.TdClassName
{
border-color: #DFDC52;
}
.TagClassName
{
border-color: #DFDC52;
}
</style>