Shades of Manz #DFDC62
Tints of Manz #DFDC62
RGB
CMYK
RGB Variations
Color information
#DFDC62 (or 0xDFDC62) is known color: Manz. HEX triplet: DF, DC and 62. RGB value is (223,220,98). Sum of RGB (Red+Green+Blue) = 223+220+98=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC62 is #20239D. Grayscale: #CFCFCF. Windows color (decimal): -2106270 or 6479071. OLE color: 6479071.
HSL color Cylindrical-coordinate representation of color #DFDC62: hue angle of 58.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFDC62 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 98 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.13 |
| HSL | 58.56º | 0.66% | 0.63% | - |
| HSV(B) | 58.56º | 0.56% | 0.87% | - |
| XYZ | 58.23 | 67.76 | 21.56 | - |
| YUV | 206.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 98 | 0 | 0.01 | 0.56 | 0.13 | 58.56 | 0.66 | 0.63 |
| Hex | DF | DC | 62 | 0 | 1 | 38 | D | 3B | 42 | 3F |
| Octal | 337 | 334 | 142 | 0 | 1 | 70 | 15 | 73 | 102 | 77 |
| Binary | 11011111 | 11011100 | 1100010 | 0 | 1 | 111000 | 1101 | 111011 | 1000010 | 111111 |
Color Harmonies of #DFDC62
Complementary color
Monochromatic Colors of #DFDC62
Black with #DFDC62
Text Example
Text Example
White with #DFDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC62; }
p { color: rgb(223,220,98); }
H1.HeaderClassName
{
color: #DFDC62;
}
.AnyTagClassName
{
color: #DFDC62;
}
</style>
background-color css
<style>
a { background-color: #DFDC62; }
a { background-color: rgb(223,220,98); }
div.DivClassName
{
background-color: #DFDC62;
}
.BgClassName
{
background-color: #DFDC62;
}
</style>
border-color css
<style>
span { border-color: #DFDC62; }
span { border-color: rgb(223,220,98); }
td.TdClassName
{
border-color: #DFDC62;
}
.TagClassName
{
border-color: #DFDC62;
}
</style>