Shades of Manz #DFD555
Tints of Manz #DFD555
RGB
CMYK
RGB Variations
Color information
#DFD555 (or 0xDFD555) is known color: Manz. HEX triplet: DF, D5 and 55. RGB value is (223,213,85). Sum of RGB (Red+Green+Blue) = 223+213+85=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD555 is #202AAA. Grayscale: #C9C9C9. Windows color (decimal): -2108075 or 5625311. OLE color: 5625311.
HSL color Cylindrical-coordinate representation of color #DFD555: hue angle of 55.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFD555 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 85 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 55.65º | 0.68% | 0.6% | - |
| HSV(B) | 55.65º | 0.62% | 0.87% | - |
| XYZ | 55.87 | 63.93 | 17.99 | - |
| YUV | 201.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 85 | 0 | 0.04 | 0.62 | 0.13 | 55.65 | 0.68 | 0.6 |
| Hex | DF | D5 | 55 | 0 | 4 | 3E | D | 38 | 44 | 3C |
| Octal | 337 | 325 | 125 | 0 | 4 | 76 | 15 | 70 | 104 | 74 |
| Binary | 11011111 | 11010101 | 1010101 | 0 | 100 | 111110 | 1101 | 111000 | 1000100 | 111100 |
Color Harmonies of #DFD555
Complementary color
Monochromatic Colors of #DFD555
Black with #DFD555
Text Example
Text Example
White with #DFD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD555; }
p { color: rgb(223,213,85); }
H1.HeaderClassName
{
color: #DFD555;
}
.AnyTagClassName
{
color: #DFD555;
}
</style>
background-color css
<style>
a { background-color: #DFD555; }
a { background-color: rgb(223,213,85); }
div.DivClassName
{
background-color: #DFD555;
}
.BgClassName
{
background-color: #DFD555;
}
</style>
border-color css
<style>
span { border-color: #DFD555; }
span { border-color: rgb(223,213,85); }
td.TdClassName
{
border-color: #DFD555;
}
.TagClassName
{
border-color: #DFD555;
}
</style>