Shades of Manz #DFD262
Tints of Manz #DFD262
RGB
CMYK
RGB Variations
Color information
#DFD262 (or 0xDFD262) is known color: Manz. HEX triplet: DF, D2 and 62. RGB value is (223,210,98). Sum of RGB (Red+Green+Blue) = 223+210+98=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD262 is #202D9D. Grayscale: #C9C9C9. Windows color (decimal): -2108830 or 6476511. OLE color: 6476511.
HSL color Cylindrical-coordinate representation of color #DFD262: hue angle of 53.76º 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 #DFD262 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 98 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.13 |
| HSL | 53.76º | 0.66% | 0.63% | - |
| HSV(B) | 53.76º | 0.56% | 0.87% | - |
| XYZ | 55.68 | 62.66 | 20.72 | - |
| YUV | 201.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 98 | 0 | 0.06 | 0.56 | 0.13 | 53.76 | 0.66 | 0.63 |
| Hex | DF | D2 | 62 | 0 | 6 | 38 | D | 36 | 42 | 3F |
| Octal | 337 | 322 | 142 | 0 | 6 | 70 | 15 | 66 | 102 | 77 |
| Binary | 11011111 | 11010010 | 1100010 | 0 | 110 | 111000 | 1101 | 110110 | 1000010 | 111111 |
Color Harmonies of #DFD262
Complementary color
Monochromatic Colors of #DFD262
Black with #DFD262
Text Example
Text Example
White with #DFD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD262; }
p { color: rgb(223,210,98); }
H1.HeaderClassName
{
color: #DFD262;
}
.AnyTagClassName
{
color: #DFD262;
}
</style>
background-color css
<style>
a { background-color: #DFD262; }
a { background-color: rgb(223,210,98); }
div.DivClassName
{
background-color: #DFD262;
}
.BgClassName
{
background-color: #DFD262;
}
</style>
border-color css
<style>
span { border-color: #DFD262; }
span { border-color: rgb(223,210,98); }
td.TdClassName
{
border-color: #DFD262;
}
.TagClassName
{
border-color: #DFD262;
}
</style>