Shades of Manz #DFD753
Tints of Manz #DFD753
RGB
CMYK
RGB Variations
Color information
#DFD753 (or 0xDFD753) is known color: Manz. HEX triplet: DF, D7 and 53. RGB value is (223,215,83). Sum of RGB (Red+Green+Blue) = 223+215+83=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD753 is #2028AC. Grayscale: #CACACA. Windows color (decimal): -2107565 or 5494751. OLE color: 5494751.
HSL color Cylindrical-coordinate representation of color #DFD753: hue angle of 56.57º 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 #DFD753 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 83 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.13 |
| HSL | 56.57º | 0.69% | 0.6% | - |
| HSV(B) | 56.57º | 0.63% | 0.87% | - |
| XYZ | 56.29 | 64.91 | 17.75 | - |
| YUV | 202.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 83 | 0 | 0.04 | 0.63 | 0.13 | 56.57 | 0.69 | 0.6 |
| Hex | DF | D7 | 53 | 0 | 4 | 3F | D | 39 | 45 | 3C |
| Octal | 337 | 327 | 123 | 0 | 4 | 77 | 15 | 71 | 105 | 74 |
| Binary | 11011111 | 11010111 | 1010011 | 0 | 100 | 111111 | 1101 | 111001 | 1000101 | 111100 |
Color Harmonies of #DFD753
Complementary color
Monochromatic Colors of #DFD753
Black with #DFD753
Text Example
Text Example
White with #DFD753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD753; }
p { color: rgb(223,215,83); }
H1.HeaderClassName
{
color: #DFD753;
}
.AnyTagClassName
{
color: #DFD753;
}
</style>
background-color css
<style>
a { background-color: #DFD753; }
a { background-color: rgb(223,215,83); }
div.DivClassName
{
background-color: #DFD753;
}
.BgClassName
{
background-color: #DFD753;
}
</style>
border-color css
<style>
span { border-color: #DFD753; }
span { border-color: rgb(223,215,83); }
td.TdClassName
{
border-color: #DFD753;
}
.TagClassName
{
border-color: #DFD753;
}
</style>