Shades of Gold Tips #DFBE28
Tints of Gold Tips #DFBE28
RGB
CMYK
RGB Variations
Color information
#DFBE28 (or 0xDFBE28) is known color: Gold Tips. HEX triplet: DF, BE and 28. RGB value is (223,190,40). Sum of RGB (Red+Green+Blue) = 223+190+40=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE28 is #2041D7. Grayscale: #B7B7B7. Windows color (decimal): -2114008 or 2670303. OLE color: 2670303.
HSL color Cylindrical-coordinate representation of color #DFBE28: hue angle of 49.18º 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 #DFBE28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.13 |
| HSL | 49.18º | 0.74% | 0.52% | - |
| HSV(B) | 49.18º | 0.82% | 0.87% | - |
| XYZ | 49.23 | 52.67 | 9.58 | - |
| YUV | 182.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 40 | 0 | 0.15 | 0.82 | 0.13 | 49.18 | 0.74 | 0.52 |
| Hex | DF | BE | 28 | 0 | F | 52 | D | 31 | 4A | 34 |
| Octal | 337 | 276 | 50 | 0 | 17 | 122 | 15 | 61 | 112 | 64 |
| Binary | 11011111 | 10111110 | 101000 | 0 | 1111 | 1010010 | 1101 | 110001 | 1001010 | 110100 |
Color Harmonies of #DFBE28
Complementary color
Monochromatic Colors of #DFBE28
Black with #DFBE28
Text Example
Text Example
White with #DFBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE28; }
p { color: rgb(223,190,40); }
H1.HeaderClassName
{
color: #DFBE28;
}
.AnyTagClassName
{
color: #DFBE28;
}
</style>
background-color css
<style>
a { background-color: #DFBE28; }
a { background-color: rgb(223,190,40); }
div.DivClassName
{
background-color: #DFBE28;
}
.BgClassName
{
background-color: #DFBE28;
}
</style>
border-color css
<style>
span { border-color: #DFBE28; }
span { border-color: rgb(223,190,40); }
td.TdClassName
{
border-color: #DFBE28;
}
.TagClassName
{
border-color: #DFBE28;
}
</style>