Shades of Gold Tips #DEAD2B
Tints of Gold Tips #DEAD2B
RGB
CMYK
RGB Variations
Color information
#DEAD2B (or 0xDEAD2B) is known color: Gold Tips. HEX triplet: DE, AD and 2B. RGB value is (222,173,43). Sum of RGB (Red+Green+Blue) = 222+173+43=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD2B is #2152D4. Grayscale: #ADADAD. Windows color (decimal): -2183893 or 2862558. OLE color: 2862558.
HSL color Cylindrical-coordinate representation of color #DEAD2B: hue angle of 43.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEAD2B is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 43 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.13 |
| HSL | 43.58º | 0.73% | 0.52% | - |
| HSV(B) | 43.58º | 0.81% | 0.87% | - |
| XYZ | 45.5 | 45.59 | 8.69 | - |
| YUV | 172.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 43 | 0 | 0.22 | 0.81 | 0.13 | 43.58 | 0.73 | 0.52 |
| Hex | DE | AD | 2B | 0 | 16 | 51 | D | 2C | 49 | 34 |
| Octal | 336 | 255 | 53 | 0 | 26 | 121 | 15 | 54 | 111 | 64 |
| Binary | 11011110 | 10101101 | 101011 | 0 | 10110 | 1010001 | 1101 | 101100 | 1001001 | 110100 |
Color Harmonies of #DEAD2B
Complementary color
Monochromatic Colors of #DEAD2B
Black with #DEAD2B
Text Example
Text Example
White with #DEAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD2B; }
p { color: rgb(222,173,43); }
H1.HeaderClassName
{
color: #DEAD2B;
}
.AnyTagClassName
{
color: #DEAD2B;
}
</style>
background-color css
<style>
a { background-color: #DEAD2B; }
a { background-color: rgb(222,173,43); }
div.DivClassName
{
background-color: #DEAD2B;
}
.BgClassName
{
background-color: #DEAD2B;
}
</style>
border-color css
<style>
span { border-color: #DEAD2B; }
span { border-color: rgb(222,173,43); }
td.TdClassName
{
border-color: #DEAD2B;
}
.TagClassName
{
border-color: #DEAD2B;
}
</style>