Shades of Gold Tips #DCB52A
Tints of Gold Tips #DCB52A
RGB
CMYK
RGB Variations
Color information
#DCB52A (or 0xDCB52A) is known color: Gold Tips. HEX triplet: DC, B5 and 2A. RGB value is (220,181,42). Sum of RGB (Red+Green+Blue) = 220+181+42=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52A is #234AD5. Grayscale: #B1B1B1. Windows color (decimal): -2312918 or 2799068. OLE color: 2799068.
HSL color Cylindrical-coordinate representation of color #DCB52A: hue angle of 46.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCB52A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.14 |
| HSL | 46.85º | 0.72% | 0.51% | - |
| HSV(B) | 46.85º | 0.81% | 0.86% | - |
| XYZ | 46.46 | 48.43 | 9.09 | - |
| YUV | 176.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 42 | 0 | 0.18 | 0.81 | 0.14 | 46.85 | 0.72 | 0.51 |
| Hex | DC | B5 | 2A | 0 | 12 | 51 | E | 2F | 48 | 33 |
| Octal | 334 | 265 | 52 | 0 | 22 | 121 | 16 | 57 | 110 | 63 |
| Binary | 11011100 | 10110101 | 101010 | 0 | 10010 | 1010001 | 1110 | 101111 | 1001000 | 110011 |
Color Harmonies of #DCB52A
Complementary color
Monochromatic Colors of #DCB52A
Black with #DCB52A
Text Example
Text Example
White with #DCB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB52A; }
p { color: rgb(220,181,42); }
H1.HeaderClassName
{
color: #DCB52A;
}
.AnyTagClassName
{
color: #DCB52A;
}
</style>
background-color css
<style>
a { background-color: #DCB52A; }
a { background-color: rgb(220,181,42); }
div.DivClassName
{
background-color: #DCB52A;
}
.BgClassName
{
background-color: #DCB52A;
}
</style>
border-color css
<style>
span { border-color: #DCB52A; }
span { border-color: rgb(220,181,42); }
td.TdClassName
{
border-color: #DCB52A;
}
.TagClassName
{
border-color: #DCB52A;
}
</style>