Shades of Ronchi #DFB54E
Tints of Ronchi #DFB54E
RGB
CMYK
RGB Variations
Color information
#DFB54E (or 0xDFB54E) is known color: Ronchi. HEX triplet: DF, B5 and 4E. RGB value is (223,181,78). Sum of RGB (Red+Green+Blue) = 223+181+78=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB54E is #204AB1. Grayscale: #B6B6B6. Windows color (decimal): -2116274 or 5158367. OLE color: 5158367.
HSL color Cylindrical-coordinate representation of color #DFB54E: hue angle of 42.62º degrees, saturation: 0.69, 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 #DFB54E is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 78 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.13 |
| HSL | 42.62º | 0.69% | 0.59% | - |
| HSV(B) | 42.62º | 0.65% | 0.87% | - |
| XYZ | 48.33 | 49.29 | 14.17 | - |
| YUV | 181.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 78 | 0 | 0.19 | 0.65 | 0.13 | 42.62 | 0.69 | 0.59 |
| Hex | DF | B5 | 4E | 0 | 13 | 41 | D | 2B | 45 | 3B |
| Octal | 337 | 265 | 116 | 0 | 23 | 101 | 15 | 53 | 105 | 73 |
| Binary | 11011111 | 10110101 | 1001110 | 0 | 10011 | 1000001 | 1101 | 101011 | 1000101 | 111011 |
Color Harmonies of #DFB54E
Complementary color
Monochromatic Colors of #DFB54E
Black with #DFB54E
Text Example
Text Example
White with #DFB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB54E; }
p { color: rgb(223,181,78); }
H1.HeaderClassName
{
color: #DFB54E;
}
.AnyTagClassName
{
color: #DFB54E;
}
</style>
background-color css
<style>
a { background-color: #DFB54E; }
a { background-color: rgb(223,181,78); }
div.DivClassName
{
background-color: #DFB54E;
}
.BgClassName
{
background-color: #DFB54E;
}
</style>
border-color css
<style>
span { border-color: #DFB54E; }
span { border-color: rgb(223,181,78); }
td.TdClassName
{
border-color: #DFB54E;
}
.TagClassName
{
border-color: #DFB54E;
}
</style>