Shades of Ronchi #DFB64C
Tints of Ronchi #DFB64C
RGB
CMYK
RGB Variations
Color information
#DFB64C (or 0xDFB64C) is known color: Ronchi. HEX triplet: DF, B6 and 4C. RGB value is (223,182,76). Sum of RGB (Red+Green+Blue) = 223+182+76=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB64C is #2049B3. Grayscale: #B6B6B6. Windows color (decimal): -2116020 or 5027551. OLE color: 5027551.
HSL color Cylindrical-coordinate representation of color #DFB64C: hue angle of 43.27º 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 #DFB64C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 76 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.13 |
| HSL | 43.27º | 0.7% | 0.59% | - |
| HSV(B) | 43.27º | 0.66% | 0.87% | - |
| XYZ | 48.46 | 49.67 | 13.87 | - |
| YUV | 182.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 76 | 0 | 0.18 | 0.66 | 0.13 | 43.27 | 0.7 | 0.59 |
| Hex | DF | B6 | 4C | 0 | 12 | 42 | D | 2B | 46 | 3B |
| Octal | 337 | 266 | 114 | 0 | 22 | 102 | 15 | 53 | 106 | 73 |
| Binary | 11011111 | 10110110 | 1001100 | 0 | 10010 | 1000010 | 1101 | 101011 | 1000110 | 111011 |
Color Harmonies of #DFB64C
Complementary color
Monochromatic Colors of #DFB64C
Black with #DFB64C
Text Example
Text Example
White with #DFB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB64C; }
p { color: rgb(223,182,76); }
H1.HeaderClassName
{
color: #DFB64C;
}
.AnyTagClassName
{
color: #DFB64C;
}
</style>
background-color css
<style>
a { background-color: #DFB64C; }
a { background-color: rgb(223,182,76); }
div.DivClassName
{
background-color: #DFB64C;
}
.BgClassName
{
background-color: #DFB64C;
}
</style>
border-color css
<style>
span { border-color: #DFB64C; }
span { border-color: rgb(223,182,76); }
td.TdClassName
{
border-color: #DFB64C;
}
.TagClassName
{
border-color: #DFB64C;
}
</style>