Shades of Ronchi #DFBD4E
Tints of Ronchi #DFBD4E
RGB
CMYK
RGB Variations
Color information
#DFBD4E (or 0xDFBD4E) is known color: Ronchi. HEX triplet: DF, BD and 4E. RGB value is (223,189,78). Sum of RGB (Red+Green+Blue) = 223+189+78=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD4E is #2042B1. Grayscale: #BABABA. Windows color (decimal): -2114226 or 5160415. OLE color: 5160415.
HSL color Cylindrical-coordinate representation of color #DFBD4E: hue angle of 45.93º 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 #DFBD4E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 78 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.13 |
| HSL | 45.93º | 0.69% | 0.59% | - |
| HSV(B) | 45.93º | 0.65% | 0.87% | - |
| XYZ | 50 | 52.63 | 14.73 | - |
| YUV | 186.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 78 | 0 | 0.15 | 0.65 | 0.13 | 45.93 | 0.69 | 0.59 |
| Hex | DF | BD | 4E | 0 | F | 41 | D | 2E | 45 | 3B |
| Octal | 337 | 275 | 116 | 0 | 17 | 101 | 15 | 56 | 105 | 73 |
| Binary | 11011111 | 10111101 | 1001110 | 0 | 1111 | 1000001 | 1101 | 101110 | 1000101 | 111011 |
Color Harmonies of #DFBD4E
Complementary color
Monochromatic Colors of #DFBD4E
Black with #DFBD4E
Text Example
Text Example
White with #DFBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD4E; }
p { color: rgb(223,189,78); }
H1.HeaderClassName
{
color: #DFBD4E;
}
.AnyTagClassName
{
color: #DFBD4E;
}
</style>
background-color css
<style>
a { background-color: #DFBD4E; }
a { background-color: rgb(223,189,78); }
div.DivClassName
{
background-color: #DFBD4E;
}
.BgClassName
{
background-color: #DFBD4E;
}
</style>
border-color css
<style>
span { border-color: #DFBD4E; }
span { border-color: rgb(223,189,78); }
td.TdClassName
{
border-color: #DFBD4E;
}
.TagClassName
{
border-color: #DFBD4E;
}
</style>