Shades of Gold Tips #DAB92F
Tints of Gold Tips #DAB92F
RGB
CMYK
RGB Variations
Color information
#DAB92F (or 0xDAB92F) is known color: Gold Tips. HEX triplet: DA, B9 and 2F. RGB value is (218,185,47). Sum of RGB (Red+Green+Blue) = 218+185+47=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB92F is #2546D0. Grayscale: #B3B3B3. Windows color (decimal): -2442961 or 3127770. OLE color: 3127770.
HSL color Cylindrical-coordinate representation of color #DAB92F: hue angle of 48.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB92F is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 47 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.15 |
| HSL | 48.42º | 0.7% | 0.52% | - |
| HSV(B) | 48.42º | 0.78% | 0.85% | - |
| XYZ | 46.78 | 49.81 | 9.84 | - |
| YUV | 179.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 47 | 0 | 0.15 | 0.78 | 0.15 | 48.42 | 0.7 | 0.52 |
| Hex | DA | B9 | 2F | 0 | F | 4E | F | 30 | 46 | 34 |
| Octal | 332 | 271 | 57 | 0 | 17 | 116 | 17 | 60 | 106 | 64 |
| Binary | 11011010 | 10111001 | 101111 | 0 | 1111 | 1001110 | 1111 | 110000 | 1000110 | 110100 |
Color Harmonies of #DAB92F
Complementary color
Monochromatic Colors of #DAB92F
Black with #DAB92F
Text Example
Text Example
White with #DAB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB92F; }
p { color: rgb(218,185,47); }
H1.HeaderClassName
{
color: #DAB92F;
}
.AnyTagClassName
{
color: #DAB92F;
}
</style>
background-color css
<style>
a { background-color: #DAB92F; }
a { background-color: rgb(218,185,47); }
div.DivClassName
{
background-color: #DAB92F;
}
.BgClassName
{
background-color: #DAB92F;
}
</style>
border-color css
<style>
span { border-color: #DAB92F; }
span { border-color: rgb(218,185,47); }
td.TdClassName
{
border-color: #DAB92F;
}
.TagClassName
{
border-color: #DAB92F;
}
</style>