Shades of Gold Tips #DCB72A
Tints of Gold Tips #DCB72A
RGB
CMYK
RGB Variations
Color information
#DCB72A (or 0xDCB72A) is known color: Gold Tips. HEX triplet: DC, B7 and 2A. RGB value is (220,183,42). Sum of RGB (Red+Green+Blue) = 220+183+42=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB72A is #2348D5. Grayscale: #B2B2B2. Windows color (decimal): -2312406 or 2799580. OLE color: 2799580.
HSL color Cylindrical-coordinate representation of color #DCB72A: hue angle of 47.53º 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 #DCB72A is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 42 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.14 |
| HSL | 47.53º | 0.72% | 0.51% | - |
| HSV(B) | 47.53º | 0.81% | 0.86% | - |
| XYZ | 46.87 | 49.25 | 9.23 | - |
| YUV | 177.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 42 | 0 | 0.17 | 0.81 | 0.14 | 47.53 | 0.72 | 0.51 |
| Hex | DC | B7 | 2A | 0 | 11 | 51 | E | 30 | 48 | 33 |
| Octal | 334 | 267 | 52 | 0 | 21 | 121 | 16 | 60 | 110 | 63 |
| Binary | 11011100 | 10110111 | 101010 | 0 | 10001 | 1010001 | 1110 | 110000 | 1001000 | 110011 |
Color Harmonies of #DCB72A
Complementary color
Monochromatic Colors of #DCB72A
Black with #DCB72A
Text Example
Text Example
White with #DCB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB72A; }
p { color: rgb(220,183,42); }
H1.HeaderClassName
{
color: #DCB72A;
}
.AnyTagClassName
{
color: #DCB72A;
}
</style>
background-color css
<style>
a { background-color: #DCB72A; }
a { background-color: rgb(220,183,42); }
div.DivClassName
{
background-color: #DCB72A;
}
.BgClassName
{
background-color: #DCB72A;
}
</style>
border-color css
<style>
span { border-color: #DCB72A; }
span { border-color: rgb(220,183,42); }
td.TdClassName
{
border-color: #DCB72A;
}
.TagClassName
{
border-color: #DCB72A;
}
</style>