Shades of Gold Tips #DBAF27
Tints of Gold Tips #DBAF27
RGB
CMYK
RGB Variations
Color information
#DBAF27 (or 0xDBAF27) is known color: Gold Tips. HEX triplet: DB, AF and 27. RGB value is (219,175,39). Sum of RGB (Red+Green+Blue) = 219+175+39=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF27 is #2450D8. Grayscale: #ADADAD. Windows color (decimal): -2379993 or 2600923. OLE color: 2600923.
HSL color Cylindrical-coordinate representation of color #DBAF27: hue angle of 45.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBAF27 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 39 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.14 |
| HSL | 45.33º | 0.71% | 0.51% | - |
| HSV(B) | 45.33º | 0.82% | 0.86% | - |
| XYZ | 44.91 | 45.87 | 8.41 | - |
| YUV | 172.65 | 52.58 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 39 | 0 | 0.20 | 0.82 | 0.14 | 45.33 | 0.71 | 0.51 |
| Hex | DB | AF | 27 | 0 | 14 | 52 | E | 2D | 47 | 33 |
| Octal | 333 | 257 | 47 | 0 | 24 | 122 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101111 | 100111 | 0 | 10100 | 1010010 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAF27
Complementary color
Monochromatic Colors of #DBAF27
Black with #DBAF27
Text Example
Text Example
White with #DBAF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF27; }
p { color: rgb(219,175,39); }
H1.HeaderClassName
{
color: #DBAF27;
}
.AnyTagClassName
{
color: #DBAF27;
}
</style>
background-color css
<style>
a { background-color: #DBAF27; }
a { background-color: rgb(219,175,39); }
div.DivClassName
{
background-color: #DBAF27;
}
.BgClassName
{
background-color: #DBAF27;
}
</style>
border-color css
<style>
span { border-color: #DBAF27; }
span { border-color: rgb(219,175,39); }
td.TdClassName
{
border-color: #DBAF27;
}
.TagClassName
{
border-color: #DBAF27;
}
</style>