Shades of Old Gold #CEB743
Tints of Old Gold #CEB743
RGB
CMYK
RGB Variations
Color information
#CEB743 (or 0xCEB743) is known color: Old Gold. HEX triplet: CE, B7 and 43. RGB value is (206,183,67). Sum of RGB (Red+Green+Blue) = 206+183+67=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB743 is #3148BC. Grayscale: #B1B1B1. Windows color (decimal): -3229885 or 4437966. OLE color: 4437966.
HSL color Cylindrical-coordinate representation of color #CEB743: hue angle of 50.07º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEB743 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 67 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.19 |
| HSL | 50.07º | 0.59% | 0.54% | - |
| HSV(B) | 50.07º | 0.67% | 0.81% | - |
| XYZ | 43.4 | 47.39 | 12.17 | - |
| YUV | 176.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 67 | 0 | 0.11 | 0.67 | 0.19 | 50.07 | 0.59 | 0.54 |
| Hex | CE | B7 | 43 | 0 | B | 43 | 13 | 32 | 3B | 36 |
| Octal | 316 | 267 | 103 | 0 | 13 | 103 | 23 | 62 | 73 | 66 |
| Binary | 11001110 | 10110111 | 1000011 | 0 | 1011 | 1000011 | 10011 | 110010 | 111011 | 110110 |
Color Harmonies of #CEB743
Complementary color
Monochromatic Colors of #CEB743
Black with #CEB743
Text Example
Text Example
White with #CEB743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB743; }
p { color: rgb(206,183,67); }
H1.HeaderClassName
{
color: #CEB743;
}
.AnyTagClassName
{
color: #CEB743;
}
</style>
background-color css
<style>
a { background-color: #CEB743; }
a { background-color: rgb(206,183,67); }
div.DivClassName
{
background-color: #CEB743;
}
.BgClassName
{
background-color: #CEB743;
}
</style>
border-color css
<style>
span { border-color: #CEB743; }
span { border-color: rgb(206,183,67); }
td.TdClassName
{
border-color: #CEB743;
}
.TagClassName
{
border-color: #CEB743;
}
</style>