Shades of Gold Tips #DCB525
Tints of Gold Tips #DCB525
RGB
CMYK
RGB Variations
Color information
#DCB525 (or 0xDCB525) is known color: Gold Tips. HEX triplet: DC, B5 and 25. RGB value is (220,181,37). Sum of RGB (Red+Green+Blue) = 220+181+37=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB525 is #234ADA. Grayscale: #B0B0B0. Windows color (decimal): -2312923 or 2471388. OLE color: 2471388.
HSL color Cylindrical-coordinate representation of color #DCB525: hue angle of 47.21º 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 #DCB525 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.14 |
| HSL | 47.21º | 0.72% | 0.5% | - |
| HSV(B) | 47.21º | 0.83% | 0.86% | - |
| XYZ | 46.37 | 48.4 | 8.65 | - |
| YUV | 176.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 37 | 0 | 0.18 | 0.83 | 0.14 | 47.21 | 0.72 | 0.5 |
| Hex | DC | B5 | 25 | 0 | 12 | 53 | E | 2F | 48 | 32 |
| Octal | 334 | 265 | 45 | 0 | 22 | 123 | 16 | 57 | 110 | 62 |
| Binary | 11011100 | 10110101 | 100101 | 0 | 10010 | 1010011 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DCB525
Complementary color
Monochromatic Colors of #DCB525
Black with #DCB525
Text Example
Text Example
White with #DCB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB525; }
p { color: rgb(220,181,37); }
H1.HeaderClassName
{
color: #DCB525;
}
.AnyTagClassName
{
color: #DCB525;
}
</style>
background-color css
<style>
a { background-color: #DCB525; }
a { background-color: rgb(220,181,37); }
div.DivClassName
{
background-color: #DCB525;
}
.BgClassName
{
background-color: #DCB525;
}
</style>
border-color css
<style>
span { border-color: #DCB525; }
span { border-color: rgb(220,181,37); }
td.TdClassName
{
border-color: #DCB525;
}
.TagClassName
{
border-color: #DCB525;
}
</style>