Shades of Gold Tips #DFB01C
Tints of Gold Tips #DFB01C
RGB
CMYK
RGB Variations
Color information
#DFB01C (or 0xDFB01C) is known color: Gold Tips. HEX triplet: DF, B0 and 1C. RGB value is (223,176,28). Sum of RGB (Red+Green+Blue) = 223+176+28=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB01C is #204FE3. Grayscale: #ADADAD. Windows color (decimal): -2117604 or 1880287. OLE color: 1880287.
HSL color Cylindrical-coordinate representation of color #DFB01C: hue angle of 45.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB01C is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 28 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.13 |
| HSL | 45.54º | 0.78% | 0.49% | - |
| HSV(B) | 45.54º | 0.87% | 0.87% | - |
| XYZ | 46.17 | 46.82 | 7.7 | - |
| YUV | 173.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 28 | 0 | 0.21 | 0.87 | 0.13 | 45.54 | 0.78 | 0.49 |
| Hex | DF | B0 | 1C | 0 | 15 | 57 | D | 2E | 4E | 31 |
| Octal | 337 | 260 | 34 | 0 | 25 | 127 | 15 | 56 | 116 | 61 |
| Binary | 11011111 | 10110000 | 11100 | 0 | 10101 | 1010111 | 1101 | 101110 | 1001110 | 110001 |
Color Harmonies of #DFB01C
Complementary color
Monochromatic Colors of #DFB01C
Black with #DFB01C
Text Example
Text Example
White with #DFB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB01C; }
p { color: rgb(223,176,28); }
H1.HeaderClassName
{
color: #DFB01C;
}
.AnyTagClassName
{
color: #DFB01C;
}
</style>
background-color css
<style>
a { background-color: #DFB01C; }
a { background-color: rgb(223,176,28); }
div.DivClassName
{
background-color: #DFB01C;
}
.BgClassName
{
background-color: #DFB01C;
}
</style>
border-color css
<style>
span { border-color: #DFB01C; }
span { border-color: rgb(223,176,28); }
td.TdClassName
{
border-color: #DFB01C;
}
.TagClassName
{
border-color: #DFB01C;
}
</style>