Shades of Gold Tips #DCB627
Tints of Gold Tips #DCB627
RGB
CMYK
RGB Variations
Color information
#DCB627 (or 0xDCB627) is known color: Gold Tips. HEX triplet: DC, B6 and 27. RGB value is (220,182,39). Sum of RGB (Red+Green+Blue) = 220+182+39=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB627 is #2349D8. Grayscale: #B1B1B1. Windows color (decimal): -2312665 or 2602716. OLE color: 2602716.
HSL color Cylindrical-coordinate representation of color #DCB627: hue angle of 47.4º 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 #DCB627 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 39 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.14 |
| HSL | 47.4º | 0.72% | 0.51% | - |
| HSV(B) | 47.4º | 0.82% | 0.86% | - |
| XYZ | 46.61 | 48.82 | 8.89 | - |
| YUV | 177.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 39 | 0 | 0.17 | 0.82 | 0.14 | 47.4 | 0.72 | 0.51 |
| Hex | DC | B6 | 27 | 0 | 11 | 52 | E | 2F | 48 | 33 |
| Octal | 334 | 266 | 47 | 0 | 21 | 122 | 16 | 57 | 110 | 63 |
| Binary | 11011100 | 10110110 | 100111 | 0 | 10001 | 1010010 | 1110 | 101111 | 1001000 | 110011 |
Color Harmonies of #DCB627
Complementary color
Monochromatic Colors of #DCB627
Black with #DCB627
Text Example
Text Example
White with #DCB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB627; }
p { color: rgb(220,182,39); }
H1.HeaderClassName
{
color: #DCB627;
}
.AnyTagClassName
{
color: #DCB627;
}
</style>
background-color css
<style>
a { background-color: #DCB627; }
a { background-color: rgb(220,182,39); }
div.DivClassName
{
background-color: #DCB627;
}
.BgClassName
{
background-color: #DCB627;
}
</style>
border-color css
<style>
span { border-color: #DCB627; }
span { border-color: rgb(220,182,39); }
td.TdClassName
{
border-color: #DCB627;
}
.TagClassName
{
border-color: #DCB627;
}
</style>