Shades of Ronchi #DFBD57
Tints of Ronchi #DFBD57
RGB
CMYK
RGB Variations
Color information
#DFBD57 (or 0xDFBD57) is known color: Ronchi. HEX triplet: DF, BD and 57. RGB value is (223,189,87). Sum of RGB (Red+Green+Blue) = 223+189+87=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD57 is #2042A8. Grayscale: #BBBBBB. Windows color (decimal): -2114217 or 5750239. OLE color: 5750239.
HSL color Cylindrical-coordinate representation of color #DFBD57: hue angle of 45º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFBD57 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 87 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.13 |
| HSL | 45º | 0.68% | 0.61% | - |
| HSV(B) | 45º | 0.61% | 0.87% | - |
| XYZ | 50.35 | 52.77 | 16.55 | - |
| YUV | 187.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 87 | 0 | 0.15 | 0.61 | 0.13 | 45 | 0.68 | 0.61 |
| Hex | DF | BD | 57 | 0 | F | 3D | D | 2D | 44 | 3D |
| Octal | 337 | 275 | 127 | 0 | 17 | 75 | 15 | 55 | 104 | 75 |
| Binary | 11011111 | 10111101 | 1010111 | 0 | 1111 | 111101 | 1101 | 101101 | 1000100 | 111101 |
Color Harmonies of #DFBD57
Complementary color
Monochromatic Colors of #DFBD57
Black with #DFBD57
Text Example
Text Example
White with #DFBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD57; }
p { color: rgb(223,189,87); }
H1.HeaderClassName
{
color: #DFBD57;
}
.AnyTagClassName
{
color: #DFBD57;
}
</style>
background-color css
<style>
a { background-color: #DFBD57; }
a { background-color: rgb(223,189,87); }
div.DivClassName
{
background-color: #DFBD57;
}
.BgClassName
{
background-color: #DFBD57;
}
</style>
border-color css
<style>
span { border-color: #DFBD57; }
span { border-color: rgb(223,189,87); }
td.TdClassName
{
border-color: #DFBD57;
}
.TagClassName
{
border-color: #DFBD57;
}
</style>