Shades of Ronchi #DFB74C
Tints of Ronchi #DFB74C
RGB
CMYK
RGB Variations
Color information
#DFB74C (or 0xDFB74C) is known color: Ronchi. HEX triplet: DF, B7 and 4C. RGB value is (223,183,76). Sum of RGB (Red+Green+Blue) = 223+183+76=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB74C is #2048B3. Grayscale: #B7B7B7. Windows color (decimal): -2115764 or 5027807. OLE color: 5027807.
HSL color Cylindrical-coordinate representation of color #DFB74C: hue angle of 43.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFB74C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 76 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.13 |
| HSL | 43.67º | 0.7% | 0.59% | - |
| HSV(B) | 43.67º | 0.66% | 0.87% | - |
| XYZ | 48.67 | 50.08 | 13.94 | - |
| YUV | 182.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 76 | 0 | 0.18 | 0.66 | 0.13 | 43.67 | 0.7 | 0.59 |
| Hex | DF | B7 | 4C | 0 | 12 | 42 | D | 2C | 46 | 3B |
| Octal | 337 | 267 | 114 | 0 | 22 | 102 | 15 | 54 | 106 | 73 |
| Binary | 11011111 | 10110111 | 1001100 | 0 | 10010 | 1000010 | 1101 | 101100 | 1000110 | 111011 |
Color Harmonies of #DFB74C
Complementary color
Monochromatic Colors of #DFB74C
Black with #DFB74C
Text Example
Text Example
White with #DFB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB74C; }
p { color: rgb(223,183,76); }
H1.HeaderClassName
{
color: #DFB74C;
}
.AnyTagClassName
{
color: #DFB74C;
}
</style>
background-color css
<style>
a { background-color: #DFB74C; }
a { background-color: rgb(223,183,76); }
div.DivClassName
{
background-color: #DFB74C;
}
.BgClassName
{
background-color: #DFB74C;
}
</style>
border-color css
<style>
span { border-color: #DFB74C; }
span { border-color: rgb(223,183,76); }
td.TdClassName
{
border-color: #DFB74C;
}
.TagClassName
{
border-color: #DFB74C;
}
</style>