Shades of Gold Tips #DCB41C
Tints of Gold Tips #DCB41C
RGB
CMYK
RGB Variations
Color information
#DCB41C (or 0xDCB41C) is known color: Gold Tips. HEX triplet: DC, B4 and 1C. RGB value is (220,180,28). Sum of RGB (Red+Green+Blue) = 220+180+28=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB41C is #234BE3. Grayscale: #AFAFAF. Windows color (decimal): -2313188 or 1881308. OLE color: 1881308.
HSL color Cylindrical-coordinate representation of color #DCB41C: hue angle of 47.5º 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 #DCB41C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.5º | 0.77% | 0.49% | - |
| HSV(B) | 47.5º | 0.87% | 0.86% | - |
| XYZ | 46.05 | 47.94 | 7.93 | - |
| YUV | 174.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 28 | 0 | 0.18 | 0.87 | 0.14 | 47.5 | 0.77 | 0.49 |
| Hex | DC | B4 | 1C | 0 | 12 | 57 | E | 30 | 4D | 31 |
| Octal | 334 | 264 | 34 | 0 | 22 | 127 | 16 | 60 | 115 | 61 |
| Binary | 11011100 | 10110100 | 11100 | 0 | 10010 | 1010111 | 1110 | 110000 | 1001101 | 110001 |
Color Harmonies of #DCB41C
Complementary color
Monochromatic Colors of #DCB41C
Black with #DCB41C
Text Example
Text Example
White with #DCB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB41C; }
p { color: rgb(220,180,28); }
H1.HeaderClassName
{
color: #DCB41C;
}
.AnyTagClassName
{
color: #DCB41C;
}
</style>
background-color css
<style>
a { background-color: #DCB41C; }
a { background-color: rgb(220,180,28); }
div.DivClassName
{
background-color: #DCB41C;
}
.BgClassName
{
background-color: #DCB41C;
}
</style>
border-color css
<style>
span { border-color: #DCB41C; }
span { border-color: rgb(220,180,28); }
td.TdClassName
{
border-color: #DCB41C;
}
.TagClassName
{
border-color: #DCB41C;
}
</style>