Shades of Gold Tips #DFBE27
Tints of Gold Tips #DFBE27
RGB
CMYK
RGB Variations
Color information
#DFBE27 (or 0xDFBE27) is known color: Gold Tips. HEX triplet: DF, BE and 27. RGB value is (223,190,39). Sum of RGB (Red+Green+Blue) = 223+190+39=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE27 is #2041D8. Grayscale: #B7B7B7. Windows color (decimal): -2114009 or 2604767. OLE color: 2604767.
HSL color Cylindrical-coordinate representation of color #DFBE27: hue angle of 49.24º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBE27 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 39 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.13 |
| HSL | 49.24º | 0.74% | 0.51% | - |
| HSV(B) | 49.24º | 0.83% | 0.87% | - |
| XYZ | 49.21 | 52.66 | 9.49 | - |
| YUV | 182.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 39 | 0 | 0.15 | 0.83 | 0.13 | 49.24 | 0.74 | 0.51 |
| Hex | DF | BE | 27 | 0 | F | 53 | D | 31 | 4A | 33 |
| Octal | 337 | 276 | 47 | 0 | 17 | 123 | 15 | 61 | 112 | 63 |
| Binary | 11011111 | 10111110 | 100111 | 0 | 1111 | 1010011 | 1101 | 110001 | 1001010 | 110011 |
Color Harmonies of #DFBE27
Complementary color
Monochromatic Colors of #DFBE27
Black with #DFBE27
Text Example
Text Example
White with #DFBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE27; }
p { color: rgb(223,190,39); }
H1.HeaderClassName
{
color: #DFBE27;
}
.AnyTagClassName
{
color: #DFBE27;
}
</style>
background-color css
<style>
a { background-color: #DFBE27; }
a { background-color: rgb(223,190,39); }
div.DivClassName
{
background-color: #DFBE27;
}
.BgClassName
{
background-color: #DFBE27;
}
</style>
border-color css
<style>
span { border-color: #DFBE27; }
span { border-color: rgb(223,190,39); }
td.TdClassName
{
border-color: #DFBE27;
}
.TagClassName
{
border-color: #DFBE27;
}
</style>