Shades of Manz #DFD155
Tints of Manz #DFD155
RGB
CMYK
RGB Variations
Color information
#DFD155 (or 0xDFD155) is known color: Manz. HEX triplet: DF, D1 and 55. RGB value is (223,209,85). Sum of RGB (Red+Green+Blue) = 223+209+85=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD155 is #202EAA. Grayscale: #C7C7C7. Windows color (decimal): -2109099 or 5624287. OLE color: 5624287.
HSL color Cylindrical-coordinate representation of color #DFD155: hue angle of 53.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFD155 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 85 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 53.91º | 0.68% | 0.6% | - |
| HSV(B) | 53.91º | 0.62% | 0.87% | - |
| XYZ | 54.87 | 61.94 | 17.66 | - |
| YUV | 199.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 85 | 0 | 0.06 | 0.62 | 0.13 | 53.91 | 0.68 | 0.6 |
| Hex | DF | D1 | 55 | 0 | 6 | 3E | D | 36 | 44 | 3C |
| Octal | 337 | 321 | 125 | 0 | 6 | 76 | 15 | 66 | 104 | 74 |
| Binary | 11011111 | 11010001 | 1010101 | 0 | 110 | 111110 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DFD155
Complementary color
Monochromatic Colors of #DFD155
Black with #DFD155
Text Example
Text Example
White with #DFD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD155; }
p { color: rgb(223,209,85); }
H1.HeaderClassName
{
color: #DFD155;
}
.AnyTagClassName
{
color: #DFD155;
}
</style>
background-color css
<style>
a { background-color: #DFD155; }
a { background-color: rgb(223,209,85); }
div.DivClassName
{
background-color: #DFD155;
}
.BgClassName
{
background-color: #DFD155;
}
</style>
border-color css
<style>
span { border-color: #DFD155; }
span { border-color: rgb(223,209,85); }
td.TdClassName
{
border-color: #DFD155;
}
.TagClassName
{
border-color: #DFD155;
}
</style>