Shades of Gold Tips #DCB22E
Tints of Gold Tips #DCB22E
RGB
CMYK
RGB Variations
Color information
#DCB22E (or 0xDCB22E) is known color: Gold Tips. HEX triplet: DC, B2 and 2E. RGB value is (220,178,46). Sum of RGB (Red+Green+Blue) = 220+178+46=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB22E is #234DD1. Grayscale: #B0B0B0. Windows color (decimal): -2313682 or 3060444. OLE color: 3060444.
HSL color Cylindrical-coordinate representation of color #DCB22E: hue angle of 45.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCB22E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 46 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.14 |
| HSL | 45.52º | 0.71% | 0.52% | - |
| HSV(B) | 45.52º | 0.79% | 0.86% | - |
| XYZ | 45.93 | 47.25 | 9.28 | - |
| YUV | 175.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 46 | 0 | 0.19 | 0.79 | 0.14 | 45.52 | 0.71 | 0.52 |
| Hex | DC | B2 | 2E | 0 | 13 | 4F | E | 2E | 47 | 34 |
| Octal | 334 | 262 | 56 | 0 | 23 | 117 | 16 | 56 | 107 | 64 |
| Binary | 11011100 | 10110010 | 101110 | 0 | 10011 | 1001111 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DCB22E
Complementary color
Monochromatic Colors of #DCB22E
Black with #DCB22E
Text Example
Text Example
White with #DCB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB22E; }
p { color: rgb(220,178,46); }
H1.HeaderClassName
{
color: #DCB22E;
}
.AnyTagClassName
{
color: #DCB22E;
}
</style>
background-color css
<style>
a { background-color: #DCB22E; }
a { background-color: rgb(220,178,46); }
div.DivClassName
{
background-color: #DCB22E;
}
.BgClassName
{
background-color: #DCB22E;
}
</style>
border-color css
<style>
span { border-color: #DCB22E; }
span { border-color: rgb(220,178,46); }
td.TdClassName
{
border-color: #DCB22E;
}
.TagClassName
{
border-color: #DCB22E;
}
</style>