Shades of Old Gold #DEBA40
Tints of Old Gold #DEBA40
RGB
CMYK
RGB Variations
Color information
#DEBA40 (or 0xDEBA40) is known color: Old Gold. HEX triplet: DE, BA and 40. RGB value is (222,186,64). Sum of RGB (Red+Green+Blue) = 222+186+64=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA40 is #2145BF. Grayscale: #B7B7B7. Windows color (decimal): -2180544 or 4242142. OLE color: 4242142.
HSL color Cylindrical-coordinate representation of color #DEBA40: hue angle of 46.33º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEBA40 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 64 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.13 |
| HSL | 46.33º | 0.71% | 0.56% | - |
| HSV(B) | 46.33º | 0.71% | 0.87% | - |
| XYZ | 48.61 | 51.02 | 12.14 | - |
| YUV | 182.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 64 | 0 | 0.16 | 0.71 | 0.13 | 46.33 | 0.71 | 0.56 |
| Hex | DE | BA | 40 | 0 | 10 | 47 | D | 2E | 47 | 38 |
| Octal | 336 | 272 | 100 | 0 | 20 | 107 | 15 | 56 | 107 | 70 |
| Binary | 11011110 | 10111010 | 1000000 | 0 | 10000 | 1000111 | 1101 | 101110 | 1000111 | 111000 |
Color Harmonies of #DEBA40
Complementary color
Monochromatic Colors of #DEBA40
Black with #DEBA40
Text Example
Text Example
White with #DEBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA40; }
p { color: rgb(222,186,64); }
H1.HeaderClassName
{
color: #DEBA40;
}
.AnyTagClassName
{
color: #DEBA40;
}
</style>
background-color css
<style>
a { background-color: #DEBA40; }
a { background-color: rgb(222,186,64); }
div.DivClassName
{
background-color: #DEBA40;
}
.BgClassName
{
background-color: #DEBA40;
}
</style>
border-color css
<style>
span { border-color: #DEBA40; }
span { border-color: rgb(222,186,64); }
td.TdClassName
{
border-color: #DEBA40;
}
.TagClassName
{
border-color: #DEBA40;
}
</style>