Shades of Ronchi #DFB54D
Tints of Ronchi #DFB54D
RGB
CMYK
RGB Variations
Color information
#DFB54D (or 0xDFB54D) is known color: Ronchi. HEX triplet: DF, B5 and 4D. RGB value is (223,181,77). Sum of RGB (Red+Green+Blue) = 223+181+77=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB54D is #204AB2. Grayscale: #B6B6B6. Windows color (decimal): -2116275 or 5092831. OLE color: 5092831.
HSL color Cylindrical-coordinate representation of color #DFB54D: hue angle of 42.74º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFB54D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 77 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.13 |
| HSL | 42.74º | 0.7% | 0.59% | - |
| HSV(B) | 42.74º | 0.65% | 0.87% | - |
| XYZ | 48.29 | 49.27 | 13.99 | - |
| YUV | 181.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 77 | 0 | 0.19 | 0.65 | 0.13 | 42.74 | 0.7 | 0.59 |
| Hex | DF | B5 | 4D | 0 | 13 | 41 | D | 2B | 46 | 3B |
| Octal | 337 | 265 | 115 | 0 | 23 | 101 | 15 | 53 | 106 | 73 |
| Binary | 11011111 | 10110101 | 1001101 | 0 | 10011 | 1000001 | 1101 | 101011 | 1000110 | 111011 |
Color Harmonies of #DFB54D
Complementary color
Monochromatic Colors of #DFB54D
Black with #DFB54D
Text Example
Text Example
White with #DFB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB54D; }
p { color: rgb(223,181,77); }
H1.HeaderClassName
{
color: #DFB54D;
}
.AnyTagClassName
{
color: #DFB54D;
}
</style>
background-color css
<style>
a { background-color: #DFB54D; }
a { background-color: rgb(223,181,77); }
div.DivClassName
{
background-color: #DFB54D;
}
.BgClassName
{
background-color: #DFB54D;
}
</style>
border-color css
<style>
span { border-color: #DFB54D; }
span { border-color: rgb(223,181,77); }
td.TdClassName
{
border-color: #DFB54D;
}
.TagClassName
{
border-color: #DFB54D;
}
</style>