Shades of Gold Tips #DCBA24
Tints of Gold Tips #DCBA24
RGB
CMYK
RGB Variations
Color information
#DCBA24 (or 0xDCBA24) is known color: Gold Tips. HEX triplet: DC, BA and 24. RGB value is (220,186,36). Sum of RGB (Red+Green+Blue) = 220+186+36=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA24 is #2345DB. Grayscale: #B3B3B3. Windows color (decimal): -2311644 or 2407132. OLE color: 2407132.
HSL color Cylindrical-coordinate representation of color #DCBA24: hue angle of 48.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCBA24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 36 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 48.91º | 0.72% | 0.5% | - |
| HSV(B) | 48.91º | 0.84% | 0.86% | - |
| XYZ | 47.39 | 50.46 | 8.91 | - |
| YUV | 179.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 36 | 0 | 0.15 | 0.84 | 0.14 | 48.91 | 0.72 | 0.5 |
| Hex | DC | BA | 24 | 0 | F | 54 | E | 31 | 48 | 32 |
| Octal | 334 | 272 | 44 | 0 | 17 | 124 | 16 | 61 | 110 | 62 |
| Binary | 11011100 | 10111010 | 100100 | 0 | 1111 | 1010100 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DCBA24
Complementary color
Monochromatic Colors of #DCBA24
Black with #DCBA24
Text Example
Text Example
White with #DCBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA24; }
p { color: rgb(220,186,36); }
H1.HeaderClassName
{
color: #DCBA24;
}
.AnyTagClassName
{
color: #DCBA24;
}
</style>
background-color css
<style>
a { background-color: #DCBA24; }
a { background-color: rgb(220,186,36); }
div.DivClassName
{
background-color: #DCBA24;
}
.BgClassName
{
background-color: #DCBA24;
}
</style>
border-color css
<style>
span { border-color: #DCBA24; }
span { border-color: rgb(220,186,36); }
td.TdClassName
{
border-color: #DCBA24;
}
.TagClassName
{
border-color: #DCBA24;
}
</style>