Shades of Gold Tips #DCBC27
Tints of Gold Tips #DCBC27
RGB
CMYK
RGB Variations
Color information
#DCBC27 (or 0xDCBC27) is known color: Gold Tips. HEX triplet: DC, BC and 27. RGB value is (220,188,39). Sum of RGB (Red+Green+Blue) = 220+188+39=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC27 is #2343D8. Grayscale: #B5B5B5. Windows color (decimal): -2311129 or 2604252. OLE color: 2604252.
HSL color Cylindrical-coordinate representation of color #DCBC27: hue angle of 49.39º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCBC27 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 39 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.14 |
| HSL | 49.39º | 0.72% | 0.51% | - |
| HSV(B) | 49.39º | 0.82% | 0.86% | - |
| XYZ | 47.86 | 51.33 | 9.3 | - |
| YUV | 180.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 39 | 0 | 0.15 | 0.82 | 0.14 | 49.39 | 0.72 | 0.51 |
| Hex | DC | BC | 27 | 0 | F | 52 | E | 31 | 48 | 33 |
| Octal | 334 | 274 | 47 | 0 | 17 | 122 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111100 | 100111 | 0 | 1111 | 1010010 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBC27
Complementary color
Monochromatic Colors of #DCBC27
Black with #DCBC27
Text Example
Text Example
White with #DCBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC27; }
p { color: rgb(220,188,39); }
H1.HeaderClassName
{
color: #DCBC27;
}
.AnyTagClassName
{
color: #DCBC27;
}
</style>
background-color css
<style>
a { background-color: #DCBC27; }
a { background-color: rgb(220,188,39); }
div.DivClassName
{
background-color: #DCBC27;
}
.BgClassName
{
background-color: #DCBC27;
}
</style>
border-color css
<style>
span { border-color: #DCBC27; }
span { border-color: rgb(220,188,39); }
td.TdClassName
{
border-color: #DCBC27;
}
.TagClassName
{
border-color: #DCBC27;
}
</style>