Shades of Ronchi #DFB955
Tints of Ronchi #DFB955
RGB
CMYK
RGB Variations
Color information
#DFB955 (or 0xDFB955) is known color: Ronchi. HEX triplet: DF, B9 and 55. RGB value is (223,185,85). Sum of RGB (Red+Green+Blue) = 223+185+85=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB955 is #2046AA. Grayscale: #B9B9B9. Windows color (decimal): -2115243 or 5618143. OLE color: 5618143.
HSL color Cylindrical-coordinate representation of color #DFB955: hue angle of 43.48º 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 #DFB955 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 85 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.13 |
| HSL | 43.48º | 0.68% | 0.6% | - |
| HSV(B) | 43.48º | 0.62% | 0.87% | - |
| XYZ | 49.42 | 51.04 | 15.84 | - |
| YUV | 184.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 85 | 0 | 0.17 | 0.62 | 0.13 | 43.48 | 0.68 | 0.6 |
| Hex | DF | B9 | 55 | 0 | 11 | 3E | D | 2B | 44 | 3C |
| Octal | 337 | 271 | 125 | 0 | 21 | 76 | 15 | 53 | 104 | 74 |
| Binary | 11011111 | 10111001 | 1010101 | 0 | 10001 | 111110 | 1101 | 101011 | 1000100 | 111100 |
Color Harmonies of #DFB955
Complementary color
Monochromatic Colors of #DFB955
Black with #DFB955
Text Example
Text Example
White with #DFB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB955; }
p { color: rgb(223,185,85); }
H1.HeaderClassName
{
color: #DFB955;
}
.AnyTagClassName
{
color: #DFB955;
}
</style>
background-color css
<style>
a { background-color: #DFB955; }
a { background-color: rgb(223,185,85); }
div.DivClassName
{
background-color: #DFB955;
}
.BgClassName
{
background-color: #DFB955;
}
</style>
border-color css
<style>
span { border-color: #DFB955; }
span { border-color: rgb(223,185,85); }
td.TdClassName
{
border-color: #DFB955;
}
.TagClassName
{
border-color: #DFB955;
}
</style>