Shades of Gold Tips #DFBB30
Tints of Gold Tips #DFBB30
RGB
CMYK
RGB Variations
Color information
#DFBB30 (or 0xDFBB30) is known color: Gold Tips. HEX triplet: DF, BB and 30. RGB value is (223,187,48). Sum of RGB (Red+Green+Blue) = 223+187+48=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB30 is #2044CF. Grayscale: #B6B6B6. Windows color (decimal): -2114768 or 3193823. OLE color: 3193823.
HSL color Cylindrical-coordinate representation of color #DFBB30: hue angle of 47.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFBB30 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 48 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.13 |
| HSL | 47.66º | 0.73% | 0.53% | - |
| HSV(B) | 47.66º | 0.78% | 0.87% | - |
| XYZ | 48.74 | 51.44 | 10.16 | - |
| YUV | 181.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 48 | 0 | 0.16 | 0.78 | 0.13 | 47.66 | 0.73 | 0.53 |
| Hex | DF | BB | 30 | 0 | 10 | 4E | D | 30 | 49 | 35 |
| Octal | 337 | 273 | 60 | 0 | 20 | 116 | 15 | 60 | 111 | 65 |
| Binary | 11011111 | 10111011 | 110000 | 0 | 10000 | 1001110 | 1101 | 110000 | 1001001 | 110101 |
Color Harmonies of #DFBB30
Complementary color
Monochromatic Colors of #DFBB30
Black with #DFBB30
Text Example
Text Example
White with #DFBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB30; }
p { color: rgb(223,187,48); }
H1.HeaderClassName
{
color: #DFBB30;
}
.AnyTagClassName
{
color: #DFBB30;
}
</style>
background-color css
<style>
a { background-color: #DFBB30; }
a { background-color: rgb(223,187,48); }
div.DivClassName
{
background-color: #DFBB30;
}
.BgClassName
{
background-color: #DFBB30;
}
</style>
border-color css
<style>
span { border-color: #DFBB30; }
span { border-color: rgb(223,187,48); }
td.TdClassName
{
border-color: #DFBB30;
}
.TagClassName
{
border-color: #DFBB30;
}
</style>