Shades of Gold Tips #DCB31C
Tints of Gold Tips #DCB31C
RGB
CMYK
RGB Variations
Color information
#DCB31C (or 0xDCB31C) is known color: Gold Tips. HEX triplet: DC, B3 and 1C. RGB value is (220,179,28). Sum of RGB (Red+Green+Blue) = 220+179+28=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB31C is #234CE3. Grayscale: #AEAEAE. Windows color (decimal): -2313444 or 1881052. OLE color: 1881052.
HSL color Cylindrical-coordinate representation of color #DCB31C: hue angle of 47.19º 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 #DCB31C is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 28 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.14 |
| HSL | 47.19º | 0.77% | 0.49% | - |
| HSV(B) | 47.19º | 0.87% | 0.86% | - |
| XYZ | 45.84 | 47.54 | 7.86 | - |
| YUV | 174.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 28 | 0 | 0.19 | 0.87 | 0.14 | 47.19 | 0.77 | 0.49 |
| Hex | DC | B3 | 1C | 0 | 13 | 57 | E | 2F | 4D | 31 |
| Octal | 334 | 263 | 34 | 0 | 23 | 127 | 16 | 57 | 115 | 61 |
| Binary | 11011100 | 10110011 | 11100 | 0 | 10011 | 1010111 | 1110 | 101111 | 1001101 | 110001 |
Color Harmonies of #DCB31C
Complementary color
Monochromatic Colors of #DCB31C
Black with #DCB31C
Text Example
Text Example
White with #DCB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB31C; }
p { color: rgb(220,179,28); }
H1.HeaderClassName
{
color: #DCB31C;
}
.AnyTagClassName
{
color: #DCB31C;
}
</style>
background-color css
<style>
a { background-color: #DCB31C; }
a { background-color: rgb(220,179,28); }
div.DivClassName
{
background-color: #DCB31C;
}
.BgClassName
{
background-color: #DCB31C;
}
</style>
border-color css
<style>
span { border-color: #DCB31C; }
span { border-color: rgb(220,179,28); }
td.TdClassName
{
border-color: #DCB31C;
}
.TagClassName
{
border-color: #DCB31C;
}
</style>