Shades of Manz #DFD463
Tints of Manz #DFD463
RGB
CMYK
RGB Variations
Color information
#DFD463 (or 0xDFD463) is known color: Manz. HEX triplet: DF, D4 and 63. RGB value is (223,212,99). Sum of RGB (Red+Green+Blue) = 223+212+99=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD463 is #202B9C. Grayscale: #CACACA. Windows color (decimal): -2108317 or 6542559. OLE color: 6542559.
HSL color Cylindrical-coordinate representation of color #DFD463: hue angle of 54.68º 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 #DFD463 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 99 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.13 |
| HSL | 54.68º | 0.66% | 0.63% | - |
| HSV(B) | 54.68º | 0.56% | 0.87% | - |
| XYZ | 56.23 | 63.68 | 21.13 | - |
| YUV | 202.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 99 | 0 | 0.05 | 0.56 | 0.13 | 54.68 | 0.66 | 0.63 |
| Hex | DF | D4 | 63 | 0 | 5 | 38 | D | 37 | 42 | 3F |
| Octal | 337 | 324 | 143 | 0 | 5 | 70 | 15 | 67 | 102 | 77 |
| Binary | 11011111 | 11010100 | 1100011 | 0 | 101 | 111000 | 1101 | 110111 | 1000010 | 111111 |
Color Harmonies of #DFD463
Complementary color
Monochromatic Colors of #DFD463
Black with #DFD463
Text Example
Text Example
White with #DFD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD463; }
p { color: rgb(223,212,99); }
H1.HeaderClassName
{
color: #DFD463;
}
.AnyTagClassName
{
color: #DFD463;
}
</style>
background-color css
<style>
a { background-color: #DFD463; }
a { background-color: rgb(223,212,99); }
div.DivClassName
{
background-color: #DFD463;
}
.BgClassName
{
background-color: #DFD463;
}
</style>
border-color css
<style>
span { border-color: #DFD463; }
span { border-color: rgb(223,212,99); }
td.TdClassName
{
border-color: #DFD463;
}
.TagClassName
{
border-color: #DFD463;
}
</style>