Shades of Manz #DFD153
Tints of Manz #DFD153
RGB
CMYK
RGB Variations
Color information
#DFD153 (or 0xDFD153) is known color: Manz. HEX triplet: DF, D1 and 53. RGB value is (223,209,83). Sum of RGB (Red+Green+Blue) = 223+209+83=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD153 is #202EAC. Grayscale: #C7C7C7. Windows color (decimal): -2109101 or 5493215. OLE color: 5493215.
HSL color Cylindrical-coordinate representation of color #DFD153: hue angle of 54º 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 #DFD153 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 83 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.13 |
| HSL | 54º | 0.69% | 0.6% | - |
| HSV(B) | 54º | 0.63% | 0.87% | - |
| XYZ | 54.79 | 61.91 | 17.25 | - |
| YUV | 198.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 83 | 0 | 0.06 | 0.63 | 0.13 | 54 | 0.69 | 0.6 |
| Hex | DF | D1 | 53 | 0 | 6 | 3F | D | 36 | 45 | 3C |
| Octal | 337 | 321 | 123 | 0 | 6 | 77 | 15 | 66 | 105 | 74 |
| Binary | 11011111 | 11010001 | 1010011 | 0 | 110 | 111111 | 1101 | 110110 | 1000101 | 111100 |
Color Harmonies of #DFD153
Complementary color
Monochromatic Colors of #DFD153
Black with #DFD153
Text Example
Text Example
White with #DFD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD153; }
p { color: rgb(223,209,83); }
H1.HeaderClassName
{
color: #DFD153;
}
.AnyTagClassName
{
color: #DFD153;
}
</style>
background-color css
<style>
a { background-color: #DFD153; }
a { background-color: rgb(223,209,83); }
div.DivClassName
{
background-color: #DFD153;
}
.BgClassName
{
background-color: #DFD153;
}
</style>
border-color css
<style>
span { border-color: #DFD153; }
span { border-color: rgb(223,209,83); }
td.TdClassName
{
border-color: #DFD153;
}
.TagClassName
{
border-color: #DFD153;
}
</style>