Shades of Gold Tips #DCB129
Tints of Gold Tips #DCB129
RGB
CMYK
RGB Variations
Color information
#DCB129 (or 0xDCB129) is known color: Gold Tips. HEX triplet: DC, B1 and 29. RGB value is (220,177,41). Sum of RGB (Red+Green+Blue) = 220+177+41=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB129 is #234ED6. Grayscale: #AEAEAE. Windows color (decimal): -2313943 or 2732508. OLE color: 2732508.
HSL color Cylindrical-coordinate representation of color #DCB129: hue angle of 45.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCB129 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 41 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.14 |
| HSL | 45.59º | 0.72% | 0.51% | - |
| HSV(B) | 45.59º | 0.81% | 0.86% | - |
| XYZ | 45.64 | 46.82 | 8.73 | - |
| YUV | 174.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 41 | 0 | 0.20 | 0.81 | 0.14 | 45.59 | 0.72 | 0.51 |
| Hex | DC | B1 | 29 | 0 | 14 | 51 | E | 2E | 48 | 33 |
| Octal | 334 | 261 | 51 | 0 | 24 | 121 | 16 | 56 | 110 | 63 |
| Binary | 11011100 | 10110001 | 101001 | 0 | 10100 | 1010001 | 1110 | 101110 | 1001000 | 110011 |
Color Harmonies of #DCB129
Complementary color
Monochromatic Colors of #DCB129
Black with #DCB129
Text Example
Text Example
White with #DCB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB129; }
p { color: rgb(220,177,41); }
H1.HeaderClassName
{
color: #DCB129;
}
.AnyTagClassName
{
color: #DCB129;
}
</style>
background-color css
<style>
a { background-color: #DCB129; }
a { background-color: rgb(220,177,41); }
div.DivClassName
{
background-color: #DCB129;
}
.BgClassName
{
background-color: #DCB129;
}
</style>
border-color css
<style>
span { border-color: #DCB129; }
span { border-color: rgb(220,177,41); }
td.TdClassName
{
border-color: #DCB129;
}
.TagClassName
{
border-color: #DCB129;
}
</style>