Shades of Gold Tips #DFBD28
Tints of Gold Tips #DFBD28
RGB
CMYK
RGB Variations
Color information
#DFBD28 (or 0xDFBD28) is known color: Gold Tips. HEX triplet: DF, BD and 28. RGB value is (223,189,40). Sum of RGB (Red+Green+Blue) = 223+189+40=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD28 is #2042D7. Grayscale: #B6B6B6. Windows color (decimal): -2114264 or 2670047. OLE color: 2670047.
HSL color Cylindrical-coordinate representation of color #DFBD28: hue angle of 48.85º 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 #DFBD28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.13 |
| HSL | 48.85º | 0.74% | 0.52% | - |
| HSV(B) | 48.85º | 0.82% | 0.87% | - |
| XYZ | 49.01 | 52.24 | 9.51 | - |
| YUV | 182.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 40 | 0 | 0.15 | 0.82 | 0.13 | 48.85 | 0.74 | 0.52 |
| Hex | DF | BD | 28 | 0 | F | 52 | D | 31 | 4A | 34 |
| Octal | 337 | 275 | 50 | 0 | 17 | 122 | 15 | 61 | 112 | 64 |
| Binary | 11011111 | 10111101 | 101000 | 0 | 1111 | 1010010 | 1101 | 110001 | 1001010 | 110100 |
Color Harmonies of #DFBD28
Complementary color
Monochromatic Colors of #DFBD28
Black with #DFBD28
Text Example
Text Example
White with #DFBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD28; }
p { color: rgb(223,189,40); }
H1.HeaderClassName
{
color: #DFBD28;
}
.AnyTagClassName
{
color: #DFBD28;
}
</style>
background-color css
<style>
a { background-color: #DFBD28; }
a { background-color: rgb(223,189,40); }
div.DivClassName
{
background-color: #DFBD28;
}
.BgClassName
{
background-color: #DFBD28;
}
</style>
border-color css
<style>
span { border-color: #DFBD28; }
span { border-color: rgb(223,189,40); }
td.TdClassName
{
border-color: #DFBD28;
}
.TagClassName
{
border-color: #DFBD28;
}
</style>