Shades of Gold Tips #DCBB25
Tints of Gold Tips #DCBB25
RGB
CMYK
RGB Variations
Color information
#DCBB25 (or 0xDCBB25) is known color: Gold Tips. HEX triplet: DC, BB and 25. RGB value is (220,187,37). Sum of RGB (Red+Green+Blue) = 220+187+37=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB25 is #2344DA. Grayscale: #B4B4B4. Windows color (decimal): -2311387 or 2472924. OLE color: 2472924.
HSL color Cylindrical-coordinate representation of color #DCBB25: hue angle of 49.18º 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 #DCBB25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 37 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 49.18º | 0.72% | 0.5% | - |
| HSV(B) | 49.18º | 0.83% | 0.86% | - |
| XYZ | 47.62 | 50.89 | 9.06 | - |
| YUV | 179.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 37 | 0 | 0.15 | 0.83 | 0.14 | 49.18 | 0.72 | 0.5 |
| Hex | DC | BB | 25 | 0 | F | 53 | E | 31 | 48 | 32 |
| Octal | 334 | 273 | 45 | 0 | 17 | 123 | 16 | 61 | 110 | 62 |
| Binary | 11011100 | 10111011 | 100101 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DCBB25
Complementary color
Monochromatic Colors of #DCBB25
Black with #DCBB25
Text Example
Text Example
White with #DCBB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB25; }
p { color: rgb(220,187,37); }
H1.HeaderClassName
{
color: #DCBB25;
}
.AnyTagClassName
{
color: #DCBB25;
}
</style>
background-color css
<style>
a { background-color: #DCBB25; }
a { background-color: rgb(220,187,37); }
div.DivClassName
{
background-color: #DCBB25;
}
.BgClassName
{
background-color: #DCBB25;
}
</style>
border-color css
<style>
span { border-color: #DCBB25; }
span { border-color: rgb(220,187,37); }
td.TdClassName
{
border-color: #DCBB25;
}
.TagClassName
{
border-color: #DCBB25;
}
</style>