Shades of Gold Tips #DCB92D
Tints of Gold Tips #DCB92D
RGB
CMYK
RGB Variations
Color information
#DCB92D (or 0xDCB92D) is known color: Gold Tips. HEX triplet: DC, B9 and 2D. RGB value is (220,185,45). Sum of RGB (Red+Green+Blue) = 220+185+45=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92D is #2346D2. Grayscale: #B4B4B4. Windows color (decimal): -2311891 or 2996700. OLE color: 2996700.
HSL color Cylindrical-coordinate representation of color #DCB92D: hue angle of 48º 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 #DCB92D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 45 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.14 |
| HSL | 48º | 0.71% | 0.52% | - |
| HSV(B) | 48º | 0.8% | 0.86% | - |
| XYZ | 47.34 | 50.1 | 9.66 | - |
| YUV | 179.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 45 | 0 | 0.16 | 0.80 | 0.14 | 48 | 0.71 | 0.52 |
| Hex | DC | B9 | 2D | 0 | 10 | 50 | E | 30 | 47 | 34 |
| Octal | 334 | 271 | 55 | 0 | 20 | 120 | 16 | 60 | 107 | 64 |
| Binary | 11011100 | 10111001 | 101101 | 0 | 10000 | 1010000 | 1110 | 110000 | 1000111 | 110100 |
Color Harmonies of #DCB92D
Complementary color
Monochromatic Colors of #DCB92D
Black with #DCB92D
Text Example
Text Example
White with #DCB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB92D; }
p { color: rgb(220,185,45); }
H1.HeaderClassName
{
color: #DCB92D;
}
.AnyTagClassName
{
color: #DCB92D;
}
</style>
background-color css
<style>
a { background-color: #DCB92D; }
a { background-color: rgb(220,185,45); }
div.DivClassName
{
background-color: #DCB92D;
}
.BgClassName
{
background-color: #DCB92D;
}
</style>
border-color css
<style>
span { border-color: #DCB92D; }
span { border-color: rgb(220,185,45); }
td.TdClassName
{
border-color: #DCB92D;
}
.TagClassName
{
border-color: #DCB92D;
}
</style>