Shades of Gold Tips #DCB52E
Tints of Gold Tips #DCB52E
RGB
CMYK
RGB Variations
Color information
#DCB52E (or 0xDCB52E) is known color: Gold Tips. HEX triplet: DC, B5 and 2E. RGB value is (220,181,46). Sum of RGB (Red+Green+Blue) = 220+181+46=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52E is #234AD1. Grayscale: #B1B1B1. Windows color (decimal): -2312914 or 3061212. OLE color: 3061212.
HSL color Cylindrical-coordinate representation of color #DCB52E: hue angle of 46.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCB52E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 46 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.55º | 0.71% | 0.52% | - |
| HSV(B) | 46.55º | 0.79% | 0.86% | - |
| XYZ | 46.53 | 48.46 | 9.49 | - |
| YUV | 177.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 46 | 0 | 0.18 | 0.79 | 0.14 | 46.55 | 0.71 | 0.52 |
| Hex | DC | B5 | 2E | 0 | 12 | 4F | E | 2F | 47 | 34 |
| Octal | 334 | 265 | 56 | 0 | 22 | 117 | 16 | 57 | 107 | 64 |
| Binary | 11011100 | 10110101 | 101110 | 0 | 10010 | 1001111 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DCB52E
Complementary color
Monochromatic Colors of #DCB52E
Black with #DCB52E
Text Example
Text Example
White with #DCB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB52E; }
p { color: rgb(220,181,46); }
H1.HeaderClassName
{
color: #DCB52E;
}
.AnyTagClassName
{
color: #DCB52E;
}
</style>
background-color css
<style>
a { background-color: #DCB52E; }
a { background-color: rgb(220,181,46); }
div.DivClassName
{
background-color: #DCB52E;
}
.BgClassName
{
background-color: #DCB52E;
}
</style>
border-color css
<style>
span { border-color: #DCB52E; }
span { border-color: rgb(220,181,46); }
td.TdClassName
{
border-color: #DCB52E;
}
.TagClassName
{
border-color: #DCB52E;
}
</style>