Shades of Gold Tips #DAB31C
Tints of Gold Tips #DAB31C
RGB
CMYK
RGB Variations
Color information
#DAB31C (or 0xDAB31C) is known color: Gold Tips. HEX triplet: DA, B3 and 1C. RGB value is (218,179,28). Sum of RGB (Red+Green+Blue) = 218+179+28=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB31C is #254CE3. Grayscale: #AEAEAE. Windows color (decimal): -2444516 or 1881050. OLE color: 1881050.
HSL color Cylindrical-coordinate representation of color #DAB31C: hue angle of 47.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB31C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.15 |
| HSL | 47.68º | 0.77% | 0.48% | - |
| HSV(B) | 47.68º | 0.87% | 0.85% | - |
| XYZ | 45.24 | 47.23 | 7.83 | - |
| YUV | 173.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 28 | 0 | 0.18 | 0.87 | 0.15 | 47.68 | 0.77 | 0.48 |
| Hex | DA | B3 | 1C | 0 | 12 | 57 | F | 30 | 4D | 30 |
| Octal | 332 | 263 | 34 | 0 | 22 | 127 | 17 | 60 | 115 | 60 |
| Binary | 11011010 | 10110011 | 11100 | 0 | 10010 | 1010111 | 1111 | 110000 | 1001101 | 110000 |
Color Harmonies of #DAB31C
Complementary color
Monochromatic Colors of #DAB31C
Black with #DAB31C
Text Example
Text Example
White with #DAB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB31C; }
p { color: rgb(218,179,28); }
H1.HeaderClassName
{
color: #DAB31C;
}
.AnyTagClassName
{
color: #DAB31C;
}
</style>
background-color css
<style>
a { background-color: #DAB31C; }
a { background-color: rgb(218,179,28); }
div.DivClassName
{
background-color: #DAB31C;
}
.BgClassName
{
background-color: #DAB31C;
}
</style>
border-color css
<style>
span { border-color: #DAB31C; }
span { border-color: rgb(218,179,28); }
td.TdClassName
{
border-color: #DAB31C;
}
.TagClassName
{
border-color: #DAB31C;
}
</style>