Shades of Manz #DFD253
Tints of Manz #DFD253
RGB
CMYK
RGB Variations
Color information
#DFD253 (or 0xDFD253) is known color: Manz. HEX triplet: DF, D2 and 53. RGB value is (223,210,83). Sum of RGB (Red+Green+Blue) = 223+210+83=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD253 is #202DAC. Grayscale: #C7C7C7. Windows color (decimal): -2108845 or 5493471. OLE color: 5493471.
HSL color Cylindrical-coordinate representation of color #DFD253: hue angle of 54.43º 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 #DFD253 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 83 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.13 |
| HSL | 54.43º | 0.69% | 0.6% | - |
| HSV(B) | 54.43º | 0.63% | 0.87% | - |
| XYZ | 55.04 | 62.41 | 17.33 | - |
| YUV | 199.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 83 | 0 | 0.06 | 0.63 | 0.13 | 54.43 | 0.69 | 0.6 |
| Hex | DF | D2 | 53 | 0 | 6 | 3F | D | 36 | 45 | 3C |
| Octal | 337 | 322 | 123 | 0 | 6 | 77 | 15 | 66 | 105 | 74 |
| Binary | 11011111 | 11010010 | 1010011 | 0 | 110 | 111111 | 1101 | 110110 | 1000101 | 111100 |
Color Harmonies of #DFD253
Complementary color
Monochromatic Colors of #DFD253
Black with #DFD253
Text Example
Text Example
White with #DFD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD253; }
p { color: rgb(223,210,83); }
H1.HeaderClassName
{
color: #DFD253;
}
.AnyTagClassName
{
color: #DFD253;
}
</style>
background-color css
<style>
a { background-color: #DFD253; }
a { background-color: rgb(223,210,83); }
div.DivClassName
{
background-color: #DFD253;
}
.BgClassName
{
background-color: #DFD253;
}
</style>
border-color css
<style>
span { border-color: #DFD253; }
span { border-color: rgb(223,210,83); }
td.TdClassName
{
border-color: #DFD253;
}
.TagClassName
{
border-color: #DFD253;
}
</style>