Shades of Old Gold #CEB72E
Tints of Old Gold #CEB72E
RGB
CMYK
RGB Variations
Color information
#CEB72E (or 0xCEB72E) is known color: Old Gold. HEX triplet: CE, B7 and 2E. RGB value is (206,183,46). Sum of RGB (Red+Green+Blue) = 206+183+46=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB72E is #3148D1. Grayscale: #AEAEAE. Windows color (decimal): -3229906 or 3061710. OLE color: 3061710.
HSL color Cylindrical-coordinate representation of color #CEB72E: hue angle of 51.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEB72E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 46 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.19 |
| HSL | 51.38º | 0.63% | 0.49% | - |
| HSV(B) | 51.38º | 0.78% | 0.81% | - |
| XYZ | 42.88 | 47.19 | 9.43 | - |
| YUV | 174.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 46 | 0 | 0.11 | 0.78 | 0.19 | 51.38 | 0.63 | 0.49 |
| Hex | CE | B7 | 2E | 0 | B | 4E | 13 | 33 | 3F | 31 |
| Octal | 316 | 267 | 56 | 0 | 13 | 116 | 23 | 63 | 77 | 61 |
| Binary | 11001110 | 10110111 | 101110 | 0 | 1011 | 1001110 | 10011 | 110011 | 111111 | 110001 |
Color Harmonies of #CEB72E
Complementary color
Monochromatic Colors of #CEB72E
Black with #CEB72E
Text Example
Text Example
White with #CEB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB72E; }
p { color: rgb(206,183,46); }
H1.HeaderClassName
{
color: #CEB72E;
}
.AnyTagClassName
{
color: #CEB72E;
}
</style>
background-color css
<style>
a { background-color: #CEB72E; }
a { background-color: rgb(206,183,46); }
div.DivClassName
{
background-color: #CEB72E;
}
.BgClassName
{
background-color: #CEB72E;
}
</style>
border-color css
<style>
span { border-color: #CEB72E; }
span { border-color: rgb(206,183,46); }
td.TdClassName
{
border-color: #CEB72E;
}
.TagClassName
{
border-color: #CEB72E;
}
</style>