Shades of Gold Tips #DCB224
Tints of Gold Tips #DCB224
RGB
CMYK
RGB Variations
Color information
#DCB224 (or 0xDCB224) is known color: Gold Tips. HEX triplet: DC, B2 and 24. RGB value is (220,178,36). Sum of RGB (Red+Green+Blue) = 220+178+36=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB224 is #234DDB. Grayscale: #AEAEAE. Windows color (decimal): -2313692 or 2405084. OLE color: 2405084.
HSL color Cylindrical-coordinate representation of color #DCB224: hue angle of 46.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCB224 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.14 |
| HSL | 46.3º | 0.72% | 0.5% | - |
| HSV(B) | 46.3º | 0.84% | 0.86% | - |
| XYZ | 45.75 | 47.18 | 8.36 | - |
| YUV | 174.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 36 | 0 | 0.19 | 0.84 | 0.14 | 46.3 | 0.72 | 0.5 |
| Hex | DC | B2 | 24 | 0 | 13 | 54 | E | 2E | 48 | 32 |
| Octal | 334 | 262 | 44 | 0 | 23 | 124 | 16 | 56 | 110 | 62 |
| Binary | 11011100 | 10110010 | 100100 | 0 | 10011 | 1010100 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DCB224
Complementary color
Monochromatic Colors of #DCB224
Black with #DCB224
Text Example
Text Example
White with #DCB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB224; }
p { color: rgb(220,178,36); }
H1.HeaderClassName
{
color: #DCB224;
}
.AnyTagClassName
{
color: #DCB224;
}
</style>
background-color css
<style>
a { background-color: #DCB224; }
a { background-color: rgb(220,178,36); }
div.DivClassName
{
background-color: #DCB224;
}
.BgClassName
{
background-color: #DCB224;
}
</style>
border-color css
<style>
span { border-color: #DCB224; }
span { border-color: rgb(220,178,36); }
td.TdClassName
{
border-color: #DCB224;
}
.TagClassName
{
border-color: #DCB224;
}
</style>