Shades of Gold Tips #DCB52D
Tints of Gold Tips #DCB52D
RGB
CMYK
RGB Variations
Color information
#DCB52D (or 0xDCB52D) is known color: Gold Tips. HEX triplet: DC, B5 and 2D. RGB value is (220,181,45). Sum of RGB (Red+Green+Blue) = 220+181+45=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52D is #234AD2. Grayscale: #B1B1B1. Windows color (decimal): -2312915 or 2995676. OLE color: 2995676.
HSL color Cylindrical-coordinate representation of color #DCB52D: hue angle of 46.63º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCB52D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 45 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.14 |
| HSL | 46.63º | 0.71% | 0.52% | - |
| HSV(B) | 46.63º | 0.8% | 0.86% | - |
| XYZ | 46.51 | 48.45 | 9.38 | - |
| YUV | 177.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 45 | 0 | 0.18 | 0.80 | 0.14 | 46.63 | 0.71 | 0.52 |
| Hex | DC | B5 | 2D | 0 | 12 | 50 | E | 2F | 47 | 34 |
| Octal | 334 | 265 | 55 | 0 | 22 | 120 | 16 | 57 | 107 | 64 |
| Binary | 11011100 | 10110101 | 101101 | 0 | 10010 | 1010000 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DCB52D
Complementary color
Monochromatic Colors of #DCB52D
Black with #DCB52D
Text Example
Text Example
White with #DCB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB52D; }
p { color: rgb(220,181,45); }
H1.HeaderClassName
{
color: #DCB52D;
}
.AnyTagClassName
{
color: #DCB52D;
}
</style>
background-color css
<style>
a { background-color: #DCB52D; }
a { background-color: rgb(220,181,45); }
div.DivClassName
{
background-color: #DCB52D;
}
.BgClassName
{
background-color: #DCB52D;
}
</style>
border-color css
<style>
span { border-color: #DCB52D; }
span { border-color: rgb(220,181,45); }
td.TdClassName
{
border-color: #DCB52D;
}
.TagClassName
{
border-color: #DCB52D;
}
</style>