Shades of Manz #DFD650
Tints of Manz #DFD650
RGB
CMYK
RGB Variations
Color information
#DFD650 (or 0xDFD650) is known color: Manz. HEX triplet: DF, D6 and 50. RGB value is (223,214,80). Sum of RGB (Red+Green+Blue) = 223+214+80=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD650 is #2029AF. Grayscale: #C9C9C9. Windows color (decimal): -2107824 or 5297887. OLE color: 5297887.
HSL color Cylindrical-coordinate representation of color #DFD650: hue angle of 56.22º 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 #DFD650 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 80 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.13 |
| HSL | 56.22º | 0.69% | 0.59% | - |
| HSV(B) | 56.22º | 0.64% | 0.87% | - |
| XYZ | 55.93 | 64.36 | 17.06 | - |
| YUV | 201.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 80 | 0 | 0.04 | 0.64 | 0.13 | 56.22 | 0.69 | 0.59 |
| Hex | DF | D6 | 50 | 0 | 4 | 40 | D | 38 | 45 | 3B |
| Octal | 337 | 326 | 120 | 0 | 4 | 100 | 15 | 70 | 105 | 73 |
| Binary | 11011111 | 11010110 | 1010000 | 0 | 100 | 1000000 | 1101 | 111000 | 1000101 | 111011 |
Color Harmonies of #DFD650
Complementary color
Monochromatic Colors of #DFD650
Black with #DFD650
Text Example
Text Example
White with #DFD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD650; }
p { color: rgb(223,214,80); }
H1.HeaderClassName
{
color: #DFD650;
}
.AnyTagClassName
{
color: #DFD650;
}
</style>
background-color css
<style>
a { background-color: #DFD650; }
a { background-color: rgb(223,214,80); }
div.DivClassName
{
background-color: #DFD650;
}
.BgClassName
{
background-color: #DFD650;
}
</style>
border-color css
<style>
span { border-color: #DFD650; }
span { border-color: rgb(223,214,80); }
td.TdClassName
{
border-color: #DFD650;
}
.TagClassName
{
border-color: #DFD650;
}
</style>