Shades of Ronchi #DFBD51
Tints of Ronchi #DFBD51
RGB
CMYK
RGB Variations
Color information
#DFBD51 (or 0xDFBD51) is known color: Ronchi. HEX triplet: DF, BD and 51. RGB value is (223,189,81). Sum of RGB (Red+Green+Blue) = 223+189+81=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD51 is #2042AE. Grayscale: #BBBBBB. Windows color (decimal): -2114223 or 5357023. OLE color: 5357023.
HSL color Cylindrical-coordinate representation of color #DFBD51: hue angle of 45.63º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFBD51 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 81 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.13 |
| HSL | 45.63º | 0.69% | 0.6% | - |
| HSV(B) | 45.63º | 0.64% | 0.87% | - |
| XYZ | 50.11 | 52.68 | 15.31 | - |
| YUV | 186.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 81 | 0 | 0.15 | 0.64 | 0.13 | 45.63 | 0.69 | 0.6 |
| Hex | DF | BD | 51 | 0 | F | 40 | D | 2E | 45 | 3C |
| Octal | 337 | 275 | 121 | 0 | 17 | 100 | 15 | 56 | 105 | 74 |
| Binary | 11011111 | 10111101 | 1010001 | 0 | 1111 | 1000000 | 1101 | 101110 | 1000101 | 111100 |
Color Harmonies of #DFBD51
Complementary color
Monochromatic Colors of #DFBD51
Black with #DFBD51
Text Example
Text Example
White with #DFBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD51; }
p { color: rgb(223,189,81); }
H1.HeaderClassName
{
color: #DFBD51;
}
.AnyTagClassName
{
color: #DFBD51;
}
</style>
background-color css
<style>
a { background-color: #DFBD51; }
a { background-color: rgb(223,189,81); }
div.DivClassName
{
background-color: #DFBD51;
}
.BgClassName
{
background-color: #DFBD51;
}
</style>
border-color css
<style>
span { border-color: #DFBD51; }
span { border-color: rgb(223,189,81); }
td.TdClassName
{
border-color: #DFBD51;
}
.TagClassName
{
border-color: #DFBD51;
}
</style>