Shades of Ronchi #DFB64F
Tints of Ronchi #DFB64F
RGB
CMYK
RGB Variations
Color information
#DFB64F (or 0xDFB64F) is known color: Ronchi. HEX triplet: DF, B6 and 4F. RGB value is (223,182,79). Sum of RGB (Red+Green+Blue) = 223+182+79=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB64F is #2049B0. Grayscale: #B6B6B6. Windows color (decimal): -2116017 or 5224159. OLE color: 5224159.
HSL color Cylindrical-coordinate representation of color #DFB64F: hue angle of 42.92º 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 #DFB64F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 79 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.13 |
| HSL | 42.92º | 0.69% | 0.59% | - |
| HSV(B) | 42.92º | 0.65% | 0.87% | - |
| XYZ | 48.57 | 49.71 | 14.43 | - |
| YUV | 182.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 79 | 0 | 0.18 | 0.65 | 0.13 | 42.92 | 0.69 | 0.59 |
| Hex | DF | B6 | 4F | 0 | 12 | 41 | D | 2B | 45 | 3B |
| Octal | 337 | 266 | 117 | 0 | 22 | 101 | 15 | 53 | 105 | 73 |
| Binary | 11011111 | 10110110 | 1001111 | 0 | 10010 | 1000001 | 1101 | 101011 | 1000101 | 111011 |
Color Harmonies of #DFB64F
Complementary color
Monochromatic Colors of #DFB64F
Black with #DFB64F
Text Example
Text Example
White with #DFB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB64F; }
p { color: rgb(223,182,79); }
H1.HeaderClassName
{
color: #DFB64F;
}
.AnyTagClassName
{
color: #DFB64F;
}
</style>
background-color css
<style>
a { background-color: #DFB64F; }
a { background-color: rgb(223,182,79); }
div.DivClassName
{
background-color: #DFB64F;
}
.BgClassName
{
background-color: #DFB64F;
}
</style>
border-color css
<style>
span { border-color: #DFB64F; }
span { border-color: rgb(223,182,79); }
td.TdClassName
{
border-color: #DFB64F;
}
.TagClassName
{
border-color: #DFB64F;
}
</style>