Shades of Manz #DFD363
Tints of Manz #DFD363
RGB
CMYK
RGB Variations
Color information
#DFD363 (or 0xDFD363) is known color: Manz. HEX triplet: DF, D3 and 63. RGB value is (223,211,99). Sum of RGB (Red+Green+Blue) = 223+211+99=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD363 is #202C9C. Grayscale: #CACACA. Windows color (decimal): -2108573 or 6542303. OLE color: 6542303.
HSL color Cylindrical-coordinate representation of color #DFD363: hue angle of 54.19º 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 #DFD363 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 99 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.13 |
| HSL | 54.19º | 0.66% | 0.63% | - |
| HSV(B) | 54.19º | 0.56% | 0.87% | - |
| XYZ | 55.98 | 63.18 | 21.05 | - |
| YUV | 201.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 99 | 0 | 0.05 | 0.56 | 0.13 | 54.19 | 0.66 | 0.63 |
| Hex | DF | D3 | 63 | 0 | 5 | 38 | D | 36 | 42 | 3F |
| Octal | 337 | 323 | 143 | 0 | 5 | 70 | 15 | 66 | 102 | 77 |
| Binary | 11011111 | 11010011 | 1100011 | 0 | 101 | 111000 | 1101 | 110110 | 1000010 | 111111 |
Color Harmonies of #DFD363
Complementary color
Monochromatic Colors of #DFD363
Black with #DFD363
Text Example
Text Example
White with #DFD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD363; }
p { color: rgb(223,211,99); }
H1.HeaderClassName
{
color: #DFD363;
}
.AnyTagClassName
{
color: #DFD363;
}
</style>
background-color css
<style>
a { background-color: #DFD363; }
a { background-color: rgb(223,211,99); }
div.DivClassName
{
background-color: #DFD363;
}
.BgClassName
{
background-color: #DFD363;
}
</style>
border-color css
<style>
span { border-color: #DFD363; }
span { border-color: rgb(223,211,99); }
td.TdClassName
{
border-color: #DFD363;
}
.TagClassName
{
border-color: #DFD363;
}
</style>