Shades of Ronchi #DFB44B
Tints of Ronchi #DFB44B
RGB
CMYK
RGB Variations
Color information
#DFB44B (or 0xDFB44B) is known color: Ronchi. HEX triplet: DF, B4 and 4B. RGB value is (223,180,75). Sum of RGB (Red+Green+Blue) = 223+180+75=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB44B is #204BB4. Grayscale: #B5B5B5. Windows color (decimal): -2116533 or 4961503. OLE color: 4961503.
HSL color Cylindrical-coordinate representation of color #DFB44B: hue angle of 42.57º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFB44B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 75 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.13 |
| HSL | 42.57º | 0.7% | 0.58% | - |
| HSV(B) | 42.57º | 0.66% | 0.87% | - |
| XYZ | 48.02 | 48.84 | 13.55 | - |
| YUV | 180.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 75 | 0 | 0.19 | 0.66 | 0.13 | 42.57 | 0.7 | 0.58 |
| Hex | DF | B4 | 4B | 0 | 13 | 42 | D | 2B | 46 | 3A |
| Octal | 337 | 264 | 113 | 0 | 23 | 102 | 15 | 53 | 106 | 72 |
| Binary | 11011111 | 10110100 | 1001011 | 0 | 10011 | 1000010 | 1101 | 101011 | 1000110 | 111010 |
Color Harmonies of #DFB44B
Complementary color
Monochromatic Colors of #DFB44B
Black with #DFB44B
Text Example
Text Example
White with #DFB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB44B; }
p { color: rgb(223,180,75); }
H1.HeaderClassName
{
color: #DFB44B;
}
.AnyTagClassName
{
color: #DFB44B;
}
</style>
background-color css
<style>
a { background-color: #DFB44B; }
a { background-color: rgb(223,180,75); }
div.DivClassName
{
background-color: #DFB44B;
}
.BgClassName
{
background-color: #DFB44B;
}
</style>
border-color css
<style>
span { border-color: #DFB44B; }
span { border-color: rgb(223,180,75); }
td.TdClassName
{
border-color: #DFB44B;
}
.TagClassName
{
border-color: #DFB44B;
}
</style>