Shades of Gold Tips #DCBA25
Tints of Gold Tips #DCBA25
RGB
CMYK
RGB Variations
Color information
#DCBA25 (or 0xDCBA25) is known color: Gold Tips. HEX triplet: DC, BA and 25. RGB value is (220,186,37). Sum of RGB (Red+Green+Blue) = 220+186+37=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA25 is #2345DA. Grayscale: #B3B3B3. Windows color (decimal): -2311643 or 2472668. OLE color: 2472668.
HSL color Cylindrical-coordinate representation of color #DCBA25: hue angle of 48.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBA25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 37 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 48.85º | 0.72% | 0.5% | - |
| HSV(B) | 48.85º | 0.83% | 0.86% | - |
| XYZ | 47.41 | 50.47 | 8.99 | - |
| YUV | 179.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 37 | 0 | 0.15 | 0.83 | 0.14 | 48.85 | 0.72 | 0.5 |
| Hex | DC | BA | 25 | 0 | F | 53 | E | 31 | 48 | 32 |
| Octal | 334 | 272 | 45 | 0 | 17 | 123 | 16 | 61 | 110 | 62 |
| Binary | 11011100 | 10111010 | 100101 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DCBA25
Complementary color
Monochromatic Colors of #DCBA25
Black with #DCBA25
Text Example
Text Example
White with #DCBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA25; }
p { color: rgb(220,186,37); }
H1.HeaderClassName
{
color: #DCBA25;
}
.AnyTagClassName
{
color: #DCBA25;
}
</style>
background-color css
<style>
a { background-color: #DCBA25; }
a { background-color: rgb(220,186,37); }
div.DivClassName
{
background-color: #DCBA25;
}
.BgClassName
{
background-color: #DCBA25;
}
</style>
border-color css
<style>
span { border-color: #DCBA25; }
span { border-color: rgb(220,186,37); }
td.TdClassName
{
border-color: #DCBA25;
}
.TagClassName
{
border-color: #DCBA25;
}
</style>