Shades of Manz #DFD15F
Tints of Manz #DFD15F
RGB
CMYK
RGB Variations
Color information
#DFD15F (or 0xDFD15F) is known color: Manz. HEX triplet: DF, D1 and 5F. RGB value is (223,209,95). Sum of RGB (Red+Green+Blue) = 223+209+95=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD15F is #202EA0. Grayscale: #C8C8C8. Windows color (decimal): -2109089 or 6279647. OLE color: 6279647.
HSL color Cylindrical-coordinate representation of color #DFD15F: hue angle of 53.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFD15F is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 95 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.13 |
| HSL | 53.44º | 0.67% | 0.62% | - |
| HSV(B) | 53.44º | 0.57% | 0.87% | - |
| XYZ | 55.3 | 62.12 | 19.9 | - |
| YUV | 200.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 95 | 0 | 0.06 | 0.57 | 0.13 | 53.44 | 0.67 | 0.62 |
| Hex | DF | D1 | 5F | 0 | 6 | 39 | D | 35 | 43 | 3E |
| Octal | 337 | 321 | 137 | 0 | 6 | 71 | 15 | 65 | 103 | 76 |
| Binary | 11011111 | 11010001 | 1011111 | 0 | 110 | 111001 | 1101 | 110101 | 1000011 | 111110 |
Color Harmonies of #DFD15F
Complementary color
Monochromatic Colors of #DFD15F
Black with #DFD15F
Text Example
Text Example
White with #DFD15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD15F; }
p { color: rgb(223,209,95); }
H1.HeaderClassName
{
color: #DFD15F;
}
.AnyTagClassName
{
color: #DFD15F;
}
</style>
background-color css
<style>
a { background-color: #DFD15F; }
a { background-color: rgb(223,209,95); }
div.DivClassName
{
background-color: #DFD15F;
}
.BgClassName
{
background-color: #DFD15F;
}
</style>
border-color css
<style>
span { border-color: #DFD15F; }
span { border-color: rgb(223,209,95); }
td.TdClassName
{
border-color: #DFD15F;
}
.TagClassName
{
border-color: #DFD15F;
}
</style>