Shades of Manz #DFD952
Tints of Manz #DFD952
RGB
CMYK
RGB Variations
Color information
#DFD952 (or 0xDFD952) is known color: Manz. HEX triplet: DF, D9 and 52. RGB value is (223,217,82). Sum of RGB (Red+Green+Blue) = 223+217+82=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD952 is #2026AD. Grayscale: #CBCBCB. Windows color (decimal): -2107054 or 5429727. OLE color: 5429727.
HSL color Cylindrical-coordinate representation of color #DFD952: hue angle of 57.45º 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 #DFD952 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 82 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.13 |
| HSL | 57.45º | 0.69% | 0.6% | - |
| HSV(B) | 57.45º | 0.63% | 0.87% | - |
| XYZ | 56.77 | 65.92 | 17.72 | - |
| YUV | 203.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 82 | 0 | 0.03 | 0.63 | 0.13 | 57.45 | 0.69 | 0.6 |
| Hex | DF | D9 | 52 | 0 | 3 | 3F | D | 39 | 45 | 3C |
| Octal | 337 | 331 | 122 | 0 | 3 | 77 | 15 | 71 | 105 | 74 |
| Binary | 11011111 | 11011001 | 1010010 | 0 | 11 | 111111 | 1101 | 111001 | 1000101 | 111100 |
Color Harmonies of #DFD952
Complementary color
Monochromatic Colors of #DFD952
Black with #DFD952
Text Example
Text Example
White with #DFD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD952; }
p { color: rgb(223,217,82); }
H1.HeaderClassName
{
color: #DFD952;
}
.AnyTagClassName
{
color: #DFD952;
}
</style>
background-color css
<style>
a { background-color: #DFD952; }
a { background-color: rgb(223,217,82); }
div.DivClassName
{
background-color: #DFD952;
}
.BgClassName
{
background-color: #DFD952;
}
</style>
border-color css
<style>
span { border-color: #DFD952; }
span { border-color: rgb(223,217,82); }
td.TdClassName
{
border-color: #DFD952;
}
.TagClassName
{
border-color: #DFD952;
}
</style>