Shades of Ronchi #DFB84A
Tints of Ronchi #DFB84A
RGB
CMYK
RGB Variations
Color information
#DFB84A (or 0xDFB84A) is known color: Ronchi. HEX triplet: DF, B8 and 4A. RGB value is (223,184,74). Sum of RGB (Red+Green+Blue) = 223+184+74=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB84A is #2047B5. Grayscale: #B7B7B7. Windows color (decimal): -2115510 or 4896991. OLE color: 4896991.
HSL color Cylindrical-coordinate representation of color #DFB84A: hue angle of 44.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFB84A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 74 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.13 |
| HSL | 44.3º | 0.7% | 0.58% | - |
| HSV(B) | 44.3º | 0.67% | 0.87% | - |
| XYZ | 48.81 | 50.46 | 13.65 | - |
| YUV | 183.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 74 | 0 | 0.17 | 0.67 | 0.13 | 44.3 | 0.7 | 0.58 |
| Hex | DF | B8 | 4A | 0 | 11 | 43 | D | 2C | 46 | 3A |
| Octal | 337 | 270 | 112 | 0 | 21 | 103 | 15 | 54 | 106 | 72 |
| Binary | 11011111 | 10111000 | 1001010 | 0 | 10001 | 1000011 | 1101 | 101100 | 1000110 | 111010 |
Color Harmonies of #DFB84A
Complementary color
Monochromatic Colors of #DFB84A
Black with #DFB84A
Text Example
Text Example
White with #DFB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB84A; }
p { color: rgb(223,184,74); }
H1.HeaderClassName
{
color: #DFB84A;
}
.AnyTagClassName
{
color: #DFB84A;
}
</style>
background-color css
<style>
a { background-color: #DFB84A; }
a { background-color: rgb(223,184,74); }
div.DivClassName
{
background-color: #DFB84A;
}
.BgClassName
{
background-color: #DFB84A;
}
</style>
border-color css
<style>
span { border-color: #DFB84A; }
span { border-color: rgb(223,184,74); }
td.TdClassName
{
border-color: #DFB84A;
}
.TagClassName
{
border-color: #DFB84A;
}
</style>