Shades of Ronchi #DFB958
Tints of Ronchi #DFB958
RGB
CMYK
RGB Variations
Color information
#DFB958 (or 0xDFB958) is known color: Ronchi. HEX triplet: DF, B9 and 58. RGB value is (223,185,88). Sum of RGB (Red+Green+Blue) = 223+185+88=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB958 is #2046A7. Grayscale: #B9B9B9. Windows color (decimal): -2115240 or 5814751. OLE color: 5814751.
HSL color Cylindrical-coordinate representation of color #DFB958: hue angle of 43.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFB958 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 88 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.13 |
| HSL | 43.11º | 0.68% | 0.61% | - |
| HSV(B) | 43.11º | 0.61% | 0.87% | - |
| XYZ | 49.54 | 51.09 | 16.48 | - |
| YUV | 185.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 88 | 0 | 0.17 | 0.61 | 0.13 | 43.11 | 0.68 | 0.61 |
| Hex | DF | B9 | 58 | 0 | 11 | 3D | D | 2B | 44 | 3D |
| Octal | 337 | 271 | 130 | 0 | 21 | 75 | 15 | 53 | 104 | 75 |
| Binary | 11011111 | 10111001 | 1011000 | 0 | 10001 | 111101 | 1101 | 101011 | 1000100 | 111101 |
Color Harmonies of #DFB958
Complementary color
Monochromatic Colors of #DFB958
Black with #DFB958
Text Example
Text Example
White with #DFB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB958; }
p { color: rgb(223,185,88); }
H1.HeaderClassName
{
color: #DFB958;
}
.AnyTagClassName
{
color: #DFB958;
}
</style>
background-color css
<style>
a { background-color: #DFB958; }
a { background-color: rgb(223,185,88); }
div.DivClassName
{
background-color: #DFB958;
}
.BgClassName
{
background-color: #DFB958;
}
</style>
border-color css
<style>
span { border-color: #DFB958; }
span { border-color: rgb(223,185,88); }
td.TdClassName
{
border-color: #DFB958;
}
.TagClassName
{
border-color: #DFB958;
}
</style>