Shades of Gold Tips #DCB22D
Tints of Gold Tips #DCB22D
RGB
CMYK
RGB Variations
Color information
#DCB22D (or 0xDCB22D) is known color: Gold Tips. HEX triplet: DC, B2 and 2D. RGB value is (220,178,45). Sum of RGB (Red+Green+Blue) = 220+178+45=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB22D is #234DD2. Grayscale: #AFAFAF. Windows color (decimal): -2313683 or 2994908. OLE color: 2994908.
HSL color Cylindrical-coordinate representation of color #DCB22D: hue angle of 45.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCB22D is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 45 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.14 |
| HSL | 45.6º | 0.71% | 0.52% | - |
| HSV(B) | 45.6º | 0.8% | 0.86% | - |
| XYZ | 45.91 | 47.25 | 9.18 | - |
| YUV | 175.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 45 | 0 | 0.19 | 0.80 | 0.14 | 45.6 | 0.71 | 0.52 |
| Hex | DC | B2 | 2D | 0 | 13 | 50 | E | 2E | 47 | 34 |
| Octal | 334 | 262 | 55 | 0 | 23 | 120 | 16 | 56 | 107 | 64 |
| Binary | 11011100 | 10110010 | 101101 | 0 | 10011 | 1010000 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DCB22D
Complementary color
Monochromatic Colors of #DCB22D
Black with #DCB22D
Text Example
Text Example
White with #DCB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB22D; }
p { color: rgb(220,178,45); }
H1.HeaderClassName
{
color: #DCB22D;
}
.AnyTagClassName
{
color: #DCB22D;
}
</style>
background-color css
<style>
a { background-color: #DCB22D; }
a { background-color: rgb(220,178,45); }
div.DivClassName
{
background-color: #DCB22D;
}
.BgClassName
{
background-color: #DCB22D;
}
</style>
border-color css
<style>
span { border-color: #DCB22D; }
span { border-color: rgb(220,178,45); }
td.TdClassName
{
border-color: #DCB22D;
}
.TagClassName
{
border-color: #DCB22D;
}
</style>