Shades of Gold Tips #DFB02A
Tints of Gold Tips #DFB02A
RGB
CMYK
RGB Variations
Color information
#DFB02A (or 0xDFB02A) is known color: Gold Tips. HEX triplet: DF, B0 and 2A. RGB value is (223,176,42). Sum of RGB (Red+Green+Blue) = 223+176+42=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB02A is #204FD5. Grayscale: #AFAFAF. Windows color (decimal): -2117590 or 2797791. OLE color: 2797791.
HSL color Cylindrical-coordinate representation of color #DFB02A: hue angle of 44.42º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB02A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.13 |
| HSL | 44.42º | 0.74% | 0.52% | - |
| HSV(B) | 44.42º | 0.81% | 0.87% | - |
| XYZ | 46.37 | 46.91 | 8.8 | - |
| YUV | 174.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 42 | 0 | 0.21 | 0.81 | 0.13 | 44.42 | 0.74 | 0.52 |
| Hex | DF | B0 | 2A | 0 | 15 | 51 | D | 2C | 4A | 34 |
| Octal | 337 | 260 | 52 | 0 | 25 | 121 | 15 | 54 | 112 | 64 |
| Binary | 11011111 | 10110000 | 101010 | 0 | 10101 | 1010001 | 1101 | 101100 | 1001010 | 110100 |
Color Harmonies of #DFB02A
Complementary color
Monochromatic Colors of #DFB02A
Black with #DFB02A
Text Example
Text Example
White with #DFB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB02A; }
p { color: rgb(223,176,42); }
H1.HeaderClassName
{
color: #DFB02A;
}
.AnyTagClassName
{
color: #DFB02A;
}
</style>
background-color css
<style>
a { background-color: #DFB02A; }
a { background-color: rgb(223,176,42); }
div.DivClassName
{
background-color: #DFB02A;
}
.BgClassName
{
background-color: #DFB02A;
}
</style>
border-color css
<style>
span { border-color: #DFB02A; }
span { border-color: rgb(223,176,42); }
td.TdClassName
{
border-color: #DFB02A;
}
.TagClassName
{
border-color: #DFB02A;
}
</style>