Shades of Gold Tips #DAB420
Tints of Gold Tips #DAB420
RGB
CMYK
RGB Variations
Color information
#DAB420 (or 0xDAB420) is known color: Gold Tips. HEX triplet: DA, B4 and 20. RGB value is (218,180,32). Sum of RGB (Red+Green+Blue) = 218+180+32=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB420 is #254BDF. Grayscale: #AFAFAF. Windows color (decimal): -2444256 or 2143450. OLE color: 2143450.
HSL color Cylindrical-coordinate representation of color #DAB420: hue angle of 47.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAB420 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 32 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.15 |
| HSL | 47.74º | 0.74% | 0.49% | - |
| HSV(B) | 47.74º | 0.85% | 0.85% | - |
| XYZ | 45.5 | 47.65 | 8.17 | - |
| YUV | 174.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 32 | 0 | 0.17 | 0.85 | 0.15 | 47.74 | 0.74 | 0.49 |
| Hex | DA | B4 | 20 | 0 | 11 | 55 | F | 30 | 4A | 31 |
| Octal | 332 | 264 | 40 | 0 | 21 | 125 | 17 | 60 | 112 | 61 |
| Binary | 11011010 | 10110100 | 100000 | 0 | 10001 | 1010101 | 1111 | 110000 | 1001010 | 110001 |
Color Harmonies of #DAB420
Complementary color
Monochromatic Colors of #DAB420
Black with #DAB420
Text Example
Text Example
White with #DAB420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB420; }
p { color: rgb(218,180,32); }
H1.HeaderClassName
{
color: #DAB420;
}
.AnyTagClassName
{
color: #DAB420;
}
</style>
background-color css
<style>
a { background-color: #DAB420; }
a { background-color: rgb(218,180,32); }
div.DivClassName
{
background-color: #DAB420;
}
.BgClassName
{
background-color: #DAB420;
}
</style>
border-color css
<style>
span { border-color: #DAB420; }
span { border-color: rgb(218,180,32); }
td.TdClassName
{
border-color: #DAB420;
}
.TagClassName
{
border-color: #DAB420;
}
</style>