Shades of Gold Tips #DFB429
Tints of Gold Tips #DFB429
RGB
CMYK
RGB Variations
Color information
#DFB429 (or 0xDFB429) is known color: Gold Tips. HEX triplet: DF, B4 and 29. RGB value is (223,180,41). Sum of RGB (Red+Green+Blue) = 223+180+41=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB429 is #204BD6. Grayscale: #B1B1B1. Windows color (decimal): -2116567 or 2733279. OLE color: 2733279.
HSL color Cylindrical-coordinate representation of color #DFB429: hue angle of 45.82º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB429 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 41 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.13 |
| HSL | 45.82º | 0.74% | 0.52% | - |
| HSV(B) | 45.82º | 0.82% | 0.87% | - |
| XYZ | 47.15 | 48.49 | 8.97 | - |
| YUV | 177.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 41 | 0 | 0.19 | 0.82 | 0.13 | 45.82 | 0.74 | 0.52 |
| Hex | DF | B4 | 29 | 0 | 13 | 52 | D | 2E | 4A | 34 |
| Octal | 337 | 264 | 51 | 0 | 23 | 122 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110100 | 101001 | 0 | 10011 | 1010010 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB429
Complementary color
Monochromatic Colors of #DFB429
Black with #DFB429
Text Example
Text Example
White with #DFB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB429; }
p { color: rgb(223,180,41); }
H1.HeaderClassName
{
color: #DFB429;
}
.AnyTagClassName
{
color: #DFB429;
}
</style>
background-color css
<style>
a { background-color: #DFB429; }
a { background-color: rgb(223,180,41); }
div.DivClassName
{
background-color: #DFB429;
}
.BgClassName
{
background-color: #DFB429;
}
</style>
border-color css
<style>
span { border-color: #DFB429; }
span { border-color: rgb(223,180,41); }
td.TdClassName
{
border-color: #DFB429;
}
.TagClassName
{
border-color: #DFB429;
}
</style>