Shades of Gold Tips #DCB725
Tints of Gold Tips #DCB725
RGB
CMYK
RGB Variations
Color information
#DCB725 (or 0xDCB725) is known color: Gold Tips. HEX triplet: DC, B7 and 25. RGB value is (220,183,37). Sum of RGB (Red+Green+Blue) = 220+183+37=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB725 is #2348DA. Grayscale: #B2B2B2. Windows color (decimal): -2312411 or 2471900. OLE color: 2471900.
HSL color Cylindrical-coordinate representation of color #DCB725: hue angle of 47.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCB725 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.14 |
| HSL | 47.87º | 0.72% | 0.5% | - |
| HSV(B) | 47.87º | 0.83% | 0.86% | - |
| XYZ | 46.78 | 49.22 | 8.78 | - |
| YUV | 177.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 37 | 0 | 0.17 | 0.83 | 0.14 | 47.87 | 0.72 | 0.5 |
| Hex | DC | B7 | 25 | 0 | 11 | 53 | E | 30 | 48 | 32 |
| Octal | 334 | 267 | 45 | 0 | 21 | 123 | 16 | 60 | 110 | 62 |
| Binary | 11011100 | 10110111 | 100101 | 0 | 10001 | 1010011 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DCB725
Complementary color
Monochromatic Colors of #DCB725
Black with #DCB725
Text Example
Text Example
White with #DCB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB725; }
p { color: rgb(220,183,37); }
H1.HeaderClassName
{
color: #DCB725;
}
.AnyTagClassName
{
color: #DCB725;
}
</style>
background-color css
<style>
a { background-color: #DCB725; }
a { background-color: rgb(220,183,37); }
div.DivClassName
{
background-color: #DCB725;
}
.BgClassName
{
background-color: #DCB725;
}
</style>
border-color css
<style>
span { border-color: #DCB725; }
span { border-color: rgb(220,183,37); }
td.TdClassName
{
border-color: #DCB725;
}
.TagClassName
{
border-color: #DCB725;
}
</style>