Shades of Gold Tips #DCB527
Tints of Gold Tips #DCB527
RGB
CMYK
RGB Variations
Color information
#DCB527 (or 0xDCB527) is known color: Gold Tips. HEX triplet: DC, B5 and 27. RGB value is (220,181,39). Sum of RGB (Red+Green+Blue) = 220+181+39=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB527 is #234AD8. Grayscale: #B1B1B1. Windows color (decimal): -2312921 or 2602460. OLE color: 2602460.
HSL color Cylindrical-coordinate representation of color #DCB527: hue angle of 47.07º 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 #DCB527 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 39 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.14 |
| HSL | 47.07º | 0.72% | 0.51% | - |
| HSV(B) | 47.07º | 0.82% | 0.86% | - |
| XYZ | 46.41 | 48.41 | 8.82 | - |
| YUV | 176.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 39 | 0 | 0.18 | 0.82 | 0.14 | 47.07 | 0.72 | 0.51 |
| Hex | DC | B5 | 27 | 0 | 12 | 52 | E | 2F | 48 | 33 |
| Octal | 334 | 265 | 47 | 0 | 22 | 122 | 16 | 57 | 110 | 63 |
| Binary | 11011100 | 10110101 | 100111 | 0 | 10010 | 1010010 | 1110 | 101111 | 1001000 | 110011 |
Color Harmonies of #DCB527
Complementary color
Monochromatic Colors of #DCB527
Black with #DCB527
Text Example
Text Example
White with #DCB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB527; }
p { color: rgb(220,181,39); }
H1.HeaderClassName
{
color: #DCB527;
}
.AnyTagClassName
{
color: #DCB527;
}
</style>
background-color css
<style>
a { background-color: #DCB527; }
a { background-color: rgb(220,181,39); }
div.DivClassName
{
background-color: #DCB527;
}
.BgClassName
{
background-color: #DCB527;
}
</style>
border-color css
<style>
span { border-color: #DCB527; }
span { border-color: rgb(220,181,39); }
td.TdClassName
{
border-color: #DCB527;
}
.TagClassName
{
border-color: #DCB527;
}
</style>