Shades of Manz #DFD258
Tints of Manz #DFD258
RGB
CMYK
RGB Variations
Color information
#DFD258 (or 0xDFD258) is known color: Manz. HEX triplet: DF, D2 and 58. RGB value is (223,210,88). Sum of RGB (Red+Green+Blue) = 223+210+88=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD258 is #202DA7. Grayscale: #C8C8C8. Windows color (decimal): -2108840 or 5821151. OLE color: 5821151.
HSL color Cylindrical-coordinate representation of color #DFD258: hue angle of 54.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFD258 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 88 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 54.22º | 0.68% | 0.61% | - |
| HSV(B) | 54.22º | 0.61% | 0.87% | - |
| XYZ | 55.24 | 62.49 | 18.38 | - |
| YUV | 199.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 88 | 0 | 0.06 | 0.61 | 0.13 | 54.22 | 0.68 | 0.61 |
| Hex | DF | D2 | 58 | 0 | 6 | 3D | D | 36 | 44 | 3D |
| Octal | 337 | 322 | 130 | 0 | 6 | 75 | 15 | 66 | 104 | 75 |
| Binary | 11011111 | 11010010 | 1011000 | 0 | 110 | 111101 | 1101 | 110110 | 1000100 | 111101 |
Color Harmonies of #DFD258
Complementary color
Monochromatic Colors of #DFD258
Black with #DFD258
Text Example
Text Example
White with #DFD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD258; }
p { color: rgb(223,210,88); }
H1.HeaderClassName
{
color: #DFD258;
}
.AnyTagClassName
{
color: #DFD258;
}
</style>
background-color css
<style>
a { background-color: #DFD258; }
a { background-color: rgb(223,210,88); }
div.DivClassName
{
background-color: #DFD258;
}
.BgClassName
{
background-color: #DFD258;
}
</style>
border-color css
<style>
span { border-color: #DFD258; }
span { border-color: rgb(223,210,88); }
td.TdClassName
{
border-color: #DFD258;
}
.TagClassName
{
border-color: #DFD258;
}
</style>