Shades of Manz #DFD250
Tints of Manz #DFD250
RGB
CMYK
RGB Variations
Color information
#DFD250 (or 0xDFD250) is known color: Manz. HEX triplet: DF, D2 and 50. RGB value is (223,210,80). Sum of RGB (Red+Green+Blue) = 223+210+80=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD250 is #202DAF. Grayscale: #C7C7C7. Windows color (decimal): -2108848 or 5296863. OLE color: 5296863.
HSL color Cylindrical-coordinate representation of color #DFD250: hue angle of 54.55º 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 #DFD250 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 80 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.13 |
| HSL | 54.55º | 0.69% | 0.59% | - |
| HSV(B) | 54.55º | 0.64% | 0.87% | - |
| XYZ | 54.93 | 62.36 | 16.73 | - |
| YUV | 199.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 80 | 0 | 0.06 | 0.64 | 0.13 | 54.55 | 0.69 | 0.59 |
| Hex | DF | D2 | 50 | 0 | 6 | 40 | D | 37 | 45 | 3B |
| Octal | 337 | 322 | 120 | 0 | 6 | 100 | 15 | 67 | 105 | 73 |
| Binary | 11011111 | 11010010 | 1010000 | 0 | 110 | 1000000 | 1101 | 110111 | 1000101 | 111011 |
Color Harmonies of #DFD250
Complementary color
Monochromatic Colors of #DFD250
Black with #DFD250
Text Example
Text Example
White with #DFD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD250; }
p { color: rgb(223,210,80); }
H1.HeaderClassName
{
color: #DFD250;
}
.AnyTagClassName
{
color: #DFD250;
}
</style>
background-color css
<style>
a { background-color: #DFD250; }
a { background-color: rgb(223,210,80); }
div.DivClassName
{
background-color: #DFD250;
}
.BgClassName
{
background-color: #DFD250;
}
</style>
border-color css
<style>
span { border-color: #DFD250; }
span { border-color: rgb(223,210,80); }
td.TdClassName
{
border-color: #DFD250;
}
.TagClassName
{
border-color: #DFD250;
}
</style>