Shades of Gold Tips #DAB82D
Tints of Gold Tips #DAB82D
RGB
CMYK
RGB Variations
Color information
#DAB82D (or 0xDAB82D) is known color: Gold Tips. HEX triplet: DA, B8 and 2D. RGB value is (218,184,45). Sum of RGB (Red+Green+Blue) = 218+184+45=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB82D is #2547D2. Grayscale: #B2B2B2. Windows color (decimal): -2443219 or 2996442. OLE color: 2996442.
HSL color Cylindrical-coordinate representation of color #DAB82D: hue angle of 48.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAB82D is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 45 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.15 |
| HSL | 48.21º | 0.7% | 0.52% | - |
| HSV(B) | 48.21º | 0.79% | 0.85% | - |
| XYZ | 46.53 | 49.38 | 9.56 | - |
| YUV | 178.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 45 | 0 | 0.16 | 0.79 | 0.15 | 48.21 | 0.7 | 0.52 |
| Hex | DA | B8 | 2D | 0 | 10 | 4F | F | 30 | 46 | 34 |
| Octal | 332 | 270 | 55 | 0 | 20 | 117 | 17 | 60 | 106 | 64 |
| Binary | 11011010 | 10111000 | 101101 | 0 | 10000 | 1001111 | 1111 | 110000 | 1000110 | 110100 |
Color Harmonies of #DAB82D
Complementary color
Monochromatic Colors of #DAB82D
Black with #DAB82D
Text Example
Text Example
White with #DAB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB82D; }
p { color: rgb(218,184,45); }
H1.HeaderClassName
{
color: #DAB82D;
}
.AnyTagClassName
{
color: #DAB82D;
}
</style>
background-color css
<style>
a { background-color: #DAB82D; }
a { background-color: rgb(218,184,45); }
div.DivClassName
{
background-color: #DAB82D;
}
.BgClassName
{
background-color: #DAB82D;
}
</style>
border-color css
<style>
span { border-color: #DAB82D; }
span { border-color: rgb(218,184,45); }
td.TdClassName
{
border-color: #DAB82D;
}
.TagClassName
{
border-color: #DAB82D;
}
</style>