Shades of Manz #DFD15C
Tints of Manz #DFD15C
RGB
CMYK
RGB Variations
Color information
#DFD15C (or 0xDFD15C) is known color: Manz. HEX triplet: DF, D1 and 5C. RGB value is (223,209,92). Sum of RGB (Red+Green+Blue) = 223+209+92=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD15C is #202EA3. Grayscale: #C8C8C8. Windows color (decimal): -2109092 or 6083039. OLE color: 6083039.
HSL color Cylindrical-coordinate representation of color #DFD15C: hue angle of 53.59º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFD15C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 92 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.13 |
| HSL | 53.59º | 0.67% | 0.62% | - |
| HSV(B) | 53.59º | 0.59% | 0.87% | - |
| XYZ | 55.16 | 62.06 | 19.2 | - |
| YUV | 199.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 92 | 0 | 0.06 | 0.59 | 0.13 | 53.59 | 0.67 | 0.62 |
| Hex | DF | D1 | 5C | 0 | 6 | 3B | D | 36 | 43 | 3E |
| Octal | 337 | 321 | 134 | 0 | 6 | 73 | 15 | 66 | 103 | 76 |
| Binary | 11011111 | 11010001 | 1011100 | 0 | 110 | 111011 | 1101 | 110110 | 1000011 | 111110 |
Color Harmonies of #DFD15C
Complementary color
Monochromatic Colors of #DFD15C
Black with #DFD15C
Text Example
Text Example
White with #DFD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD15C; }
p { color: rgb(223,209,92); }
H1.HeaderClassName
{
color: #DFD15C;
}
.AnyTagClassName
{
color: #DFD15C;
}
</style>
background-color css
<style>
a { background-color: #DFD15C; }
a { background-color: rgb(223,209,92); }
div.DivClassName
{
background-color: #DFD15C;
}
.BgClassName
{
background-color: #DFD15C;
}
</style>
border-color css
<style>
span { border-color: #DFD15C; }
span { border-color: rgb(223,209,92); }
td.TdClassName
{
border-color: #DFD15C;
}
.TagClassName
{
border-color: #DFD15C;
}
</style>