Shades of Old Gold #CEB72A
Tints of Old Gold #CEB72A
RGB
CMYK
RGB Variations
Color information
#CEB72A (or 0xCEB72A) is known color: Old Gold. HEX triplet: CE, B7 and 2A. RGB value is (206,183,42). Sum of RGB (Red+Green+Blue) = 206+183+42=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB72A is #3148D5. Grayscale: #AEAEAE. Windows color (decimal): -3229910 or 2799566. OLE color: 2799566.
HSL color Cylindrical-coordinate representation of color #CEB72A: hue angle of 51.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEB72A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 42 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.19 |
| HSL | 51.59º | 0.66% | 0.49% | - |
| HSV(B) | 51.59º | 0.8% | 0.81% | - |
| XYZ | 42.81 | 47.16 | 9.04 | - |
| YUV | 173.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 42 | 0 | 0.11 | 0.80 | 0.19 | 51.59 | 0.66 | 0.49 |
| Hex | CE | B7 | 2A | 0 | B | 50 | 13 | 34 | 42 | 31 |
| Octal | 316 | 267 | 52 | 0 | 13 | 120 | 23 | 64 | 102 | 61 |
| Binary | 11001110 | 10110111 | 101010 | 0 | 1011 | 1010000 | 10011 | 110100 | 1000010 | 110001 |
Color Harmonies of #CEB72A
Complementary color
Monochromatic Colors of #CEB72A
Black with #CEB72A
Text Example
Text Example
White with #CEB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB72A; }
p { color: rgb(206,183,42); }
H1.HeaderClassName
{
color: #CEB72A;
}
.AnyTagClassName
{
color: #CEB72A;
}
</style>
background-color css
<style>
a { background-color: #CEB72A; }
a { background-color: rgb(206,183,42); }
div.DivClassName
{
background-color: #CEB72A;
}
.BgClassName
{
background-color: #CEB72A;
}
</style>
border-color css
<style>
span { border-color: #CEB72A; }
span { border-color: rgb(206,183,42); }
td.TdClassName
{
border-color: #CEB72A;
}
.TagClassName
{
border-color: #CEB72A;
}
</style>