Shades of Manz #DFD553
Tints of Manz #DFD553
RGB
CMYK
RGB Variations
Color information
#DFD553 (or 0xDFD553) is known color: Manz. HEX triplet: DF, D5 and 53. RGB value is (223,213,83). Sum of RGB (Red+Green+Blue) = 223+213+83=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD553 is #202AAC. Grayscale: #C9C9C9. Windows color (decimal): -2108077 or 5494239. OLE color: 5494239.
HSL color Cylindrical-coordinate representation of color #DFD553: hue angle of 55.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFD553 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 83 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.13 |
| HSL | 55.71º | 0.69% | 0.6% | - |
| HSV(B) | 55.71º | 0.63% | 0.87% | - |
| XYZ | 55.79 | 63.9 | 17.58 | - |
| YUV | 201.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 83 | 0 | 0.04 | 0.63 | 0.13 | 55.71 | 0.69 | 0.6 |
| Hex | DF | D5 | 53 | 0 | 4 | 3F | D | 38 | 45 | 3C |
| Octal | 337 | 325 | 123 | 0 | 4 | 77 | 15 | 70 | 105 | 74 |
| Binary | 11011111 | 11010101 | 1010011 | 0 | 100 | 111111 | 1101 | 111000 | 1000101 | 111100 |
Color Harmonies of #DFD553
Complementary color
Monochromatic Colors of #DFD553
Black with #DFD553
Text Example
Text Example
White with #DFD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD553; }
p { color: rgb(223,213,83); }
H1.HeaderClassName
{
color: #DFD553;
}
.AnyTagClassName
{
color: #DFD553;
}
</style>
background-color css
<style>
a { background-color: #DFD553; }
a { background-color: rgb(223,213,83); }
div.DivClassName
{
background-color: #DFD553;
}
.BgClassName
{
background-color: #DFD553;
}
</style>
border-color css
<style>
span { border-color: #DFD553; }
span { border-color: rgb(223,213,83); }
td.TdClassName
{
border-color: #DFD553;
}
.TagClassName
{
border-color: #DFD553;
}
</style>