Shades of Old Gold #CEB734
Tints of Old Gold #CEB734
RGB
CMYK
RGB Variations
Color information
#CEB734 (or 0xCEB734) is known color: Old Gold. HEX triplet: CE, B7 and 34. RGB value is (206,183,52). Sum of RGB (Red+Green+Blue) = 206+183+52=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB734 is #3148CB. Grayscale: #AFAFAF. Windows color (decimal): -3229900 or 3454926. OLE color: 3454926.
HSL color Cylindrical-coordinate representation of color #CEB734: hue angle of 51.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEB734 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 52 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.19 |
| HSL | 51.04º | 0.61% | 0.51% | - |
| HSV(B) | 51.04º | 0.75% | 0.81% | - |
| XYZ | 43.01 | 47.24 | 10.1 | - |
| YUV | 174.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 52 | 0 | 0.11 | 0.75 | 0.19 | 51.04 | 0.61 | 0.51 |
| Hex | CE | B7 | 34 | 0 | B | 4B | 13 | 33 | 3D | 33 |
| Octal | 316 | 267 | 64 | 0 | 13 | 113 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10110111 | 110100 | 0 | 1011 | 1001011 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB734
Complementary color
Monochromatic Colors of #CEB734
Black with #CEB734
Text Example
Text Example
White with #CEB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB734; }
p { color: rgb(206,183,52); }
H1.HeaderClassName
{
color: #CEB734;
}
.AnyTagClassName
{
color: #CEB734;
}
</style>
background-color css
<style>
a { background-color: #CEB734; }
a { background-color: rgb(206,183,52); }
div.DivClassName
{
background-color: #CEB734;
}
.BgClassName
{
background-color: #CEB734;
}
</style>
border-color css
<style>
span { border-color: #CEB734; }
span { border-color: rgb(206,183,52); }
td.TdClassName
{
border-color: #CEB734;
}
.TagClassName
{
border-color: #CEB734;
}
</style>