Shades of Gold Tips #DCB12F
Tints of Gold Tips #DCB12F
RGB
CMYK
RGB Variations
Color information
#DCB12F (or 0xDCB12F) is known color: Gold Tips. HEX triplet: DC, B1 and 2F. RGB value is (220,177,47). Sum of RGB (Red+Green+Blue) = 220+177+47=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB12F is #234ED0. Grayscale: #AFAFAF. Windows color (decimal): -2313937 or 3125724. OLE color: 3125724.
HSL color Cylindrical-coordinate representation of color #DCB12F: hue angle of 45.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCB12F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 47 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.14 |
| HSL | 45.09º | 0.71% | 0.52% | - |
| HSV(B) | 45.09º | 0.79% | 0.86% | - |
| XYZ | 45.75 | 46.87 | 9.32 | - |
| YUV | 175.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 47 | 0 | 0.20 | 0.79 | 0.14 | 45.09 | 0.71 | 0.52 |
| Hex | DC | B1 | 2F | 0 | 14 | 4F | E | 2D | 47 | 34 |
| Octal | 334 | 261 | 57 | 0 | 24 | 117 | 16 | 55 | 107 | 64 |
| Binary | 11011100 | 10110001 | 101111 | 0 | 10100 | 1001111 | 1110 | 101101 | 1000111 | 110100 |
Color Harmonies of #DCB12F
Complementary color
Monochromatic Colors of #DCB12F
Black with #DCB12F
Text Example
Text Example
White with #DCB12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB12F; }
p { color: rgb(220,177,47); }
H1.HeaderClassName
{
color: #DCB12F;
}
.AnyTagClassName
{
color: #DCB12F;
}
</style>
background-color css
<style>
a { background-color: #DCB12F; }
a { background-color: rgb(220,177,47); }
div.DivClassName
{
background-color: #DCB12F;
}
.BgClassName
{
background-color: #DCB12F;
}
</style>
border-color css
<style>
span { border-color: #DCB12F; }
span { border-color: rgb(220,177,47); }
td.TdClassName
{
border-color: #DCB12F;
}
.TagClassName
{
border-color: #DCB12F;
}
</style>