Shades of Gold Tips #DCB11C
Tints of Gold Tips #DCB11C
RGB
CMYK
RGB Variations
Color information
#DCB11C (or 0xDCB11C) is known color: Gold Tips. HEX triplet: DC, B1 and 1C. RGB value is (220,177,28). Sum of RGB (Red+Green+Blue) = 220+177+28=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB11C is #234EE3. Grayscale: #ADADAD. Windows color (decimal): -2313956 or 1880540. OLE color: 1880540.
HSL color Cylindrical-coordinate representation of color #DCB11C: hue angle of 46.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCB11C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 28 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.14 |
| HSL | 46.56º | 0.77% | 0.49% | - |
| HSV(B) | 46.56º | 0.87% | 0.86% | - |
| XYZ | 45.45 | 46.74 | 7.73 | - |
| YUV | 172.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 28 | 0 | 0.20 | 0.87 | 0.14 | 46.56 | 0.77 | 0.49 |
| Hex | DC | B1 | 1C | 0 | 14 | 57 | E | 2F | 4D | 31 |
| Octal | 334 | 261 | 34 | 0 | 24 | 127 | 16 | 57 | 115 | 61 |
| Binary | 11011100 | 10110001 | 11100 | 0 | 10100 | 1010111 | 1110 | 101111 | 1001101 | 110001 |
Color Harmonies of #DCB11C
Complementary color
Monochromatic Colors of #DCB11C
Black with #DCB11C
Text Example
Text Example
White with #DCB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB11C; }
p { color: rgb(220,177,28); }
H1.HeaderClassName
{
color: #DCB11C;
}
.AnyTagClassName
{
color: #DCB11C;
}
</style>
background-color css
<style>
a { background-color: #DCB11C; }
a { background-color: rgb(220,177,28); }
div.DivClassName
{
background-color: #DCB11C;
}
.BgClassName
{
background-color: #DCB11C;
}
</style>
border-color css
<style>
span { border-color: #DCB11C; }
span { border-color: rgb(220,177,28); }
td.TdClassName
{
border-color: #DCB11C;
}
.TagClassName
{
border-color: #DCB11C;
}
</style>