Shades of Gold Tips #DCB92B
Tints of Gold Tips #DCB92B
RGB
CMYK
RGB Variations
Color information
#DCB92B (or 0xDCB92B) is known color: Gold Tips. HEX triplet: DC, B9 and 2B. RGB value is (220,185,43). Sum of RGB (Red+Green+Blue) = 220+185+43=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92B is #2346D4. Grayscale: #B3B3B3. Windows color (decimal): -2311893 or 2865628. OLE color: 2865628.
HSL color Cylindrical-coordinate representation of color #DCB92B: hue angle of 48.14º degrees, saturation: 0.72, 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 #DCB92B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 43 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.14 |
| HSL | 48.14º | 0.72% | 0.52% | - |
| HSV(B) | 48.14º | 0.8% | 0.86% | - |
| XYZ | 47.3 | 50.09 | 9.46 | - |
| YUV | 179.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 43 | 0 | 0.16 | 0.80 | 0.14 | 48.14 | 0.72 | 0.52 |
| Hex | DC | B9 | 2B | 0 | 10 | 50 | E | 30 | 48 | 34 |
| Octal | 334 | 271 | 53 | 0 | 20 | 120 | 16 | 60 | 110 | 64 |
| Binary | 11011100 | 10111001 | 101011 | 0 | 10000 | 1010000 | 1110 | 110000 | 1001000 | 110100 |
Color Harmonies of #DCB92B
Complementary color
Monochromatic Colors of #DCB92B
Black with #DCB92B
Text Example
Text Example
White with #DCB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB92B; }
p { color: rgb(220,185,43); }
H1.HeaderClassName
{
color: #DCB92B;
}
.AnyTagClassName
{
color: #DCB92B;
}
</style>
background-color css
<style>
a { background-color: #DCB92B; }
a { background-color: rgb(220,185,43); }
div.DivClassName
{
background-color: #DCB92B;
}
.BgClassName
{
background-color: #DCB92B;
}
</style>
border-color css
<style>
span { border-color: #DCB92B; }
span { border-color: rgb(220,185,43); }
td.TdClassName
{
border-color: #DCB92B;
}
.TagClassName
{
border-color: #DCB92B;
}
</style>