Shades of Gold Tips #DCBB29
Tints of Gold Tips #DCBB29
RGB
CMYK
RGB Variations
Color information
#DCBB29 (or 0xDCBB29) is known color: Gold Tips. HEX triplet: DC, BB and 29. RGB value is (220,187,41). Sum of RGB (Red+Green+Blue) = 220+187+41=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB29 is #2344D6. Grayscale: #B4B4B4. Windows color (decimal): -2311383 or 2735068. OLE color: 2735068.
HSL color Cylindrical-coordinate representation of color #DCBB29: hue angle of 48.94º 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 #DCBB29 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 41 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.14 |
| HSL | 48.94º | 0.72% | 0.51% | - |
| HSV(B) | 48.94º | 0.81% | 0.86% | - |
| XYZ | 47.69 | 50.92 | 9.41 | - |
| YUV | 180.22 | 49.43 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 41 | 0 | 0.15 | 0.81 | 0.14 | 48.94 | 0.72 | 0.51 |
| Hex | DC | BB | 29 | 0 | F | 51 | E | 31 | 48 | 33 |
| Octal | 334 | 273 | 51 | 0 | 17 | 121 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111011 | 101001 | 0 | 1111 | 1010001 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBB29
Complementary color
Monochromatic Colors of #DCBB29
Black with #DCBB29
Text Example
Text Example
White with #DCBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB29; }
p { color: rgb(220,187,41); }
H1.HeaderClassName
{
color: #DCBB29;
}
.AnyTagClassName
{
color: #DCBB29;
}
</style>
background-color css
<style>
a { background-color: #DCBB29; }
a { background-color: rgb(220,187,41); }
div.DivClassName
{
background-color: #DCBB29;
}
.BgClassName
{
background-color: #DCBB29;
}
</style>
border-color css
<style>
span { border-color: #DCBB29; }
span { border-color: rgb(220,187,41); }
td.TdClassName
{
border-color: #DCBB29;
}
.TagClassName
{
border-color: #DCBB29;
}
</style>