Shades of Manz #DFD850
Tints of Manz #DFD850
RGB
CMYK
RGB Variations
Color information
#DFD850 (or 0xDFD850) is known color: Manz. HEX triplet: DF, D8 and 50. RGB value is (223,216,80). Sum of RGB (Red+Green+Blue) = 223+216+80=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD850 is #2027AF. Grayscale: #CBCBCB. Windows color (decimal): -2107312 or 5298399. OLE color: 5298399.
HSL color Cylindrical-coordinate representation of color #DFD850: hue angle of 57.06º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFD850 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 80 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.13 |
| HSL | 57.06º | 0.69% | 0.59% | - |
| HSV(B) | 57.06º | 0.64% | 0.87% | - |
| XYZ | 56.44 | 65.38 | 17.23 | - |
| YUV | 202.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 80 | 0 | 0.03 | 0.64 | 0.13 | 57.06 | 0.69 | 0.59 |
| Hex | DF | D8 | 50 | 0 | 3 | 40 | D | 39 | 45 | 3B |
| Octal | 337 | 330 | 120 | 0 | 3 | 100 | 15 | 71 | 105 | 73 |
| Binary | 11011111 | 11011000 | 1010000 | 0 | 11 | 1000000 | 1101 | 111001 | 1000101 | 111011 |
Color Harmonies of #DFD850
Complementary color
Monochromatic Colors of #DFD850
Black with #DFD850
Text Example
Text Example
White with #DFD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD850; }
p { color: rgb(223,216,80); }
H1.HeaderClassName
{
color: #DFD850;
}
.AnyTagClassName
{
color: #DFD850;
}
</style>
background-color css
<style>
a { background-color: #DFD850; }
a { background-color: rgb(223,216,80); }
div.DivClassName
{
background-color: #DFD850;
}
.BgClassName
{
background-color: #DFD850;
}
</style>
border-color css
<style>
span { border-color: #DFD850; }
span { border-color: rgb(223,216,80); }
td.TdClassName
{
border-color: #DFD850;
}
.TagClassName
{
border-color: #DFD850;
}
</style>