Shades of Old Gold #CEB234
Tints of Old Gold #CEB234
RGB
CMYK
RGB Variations
Color information
#CEB234 (or 0xCEB234) is known color: Old Gold. HEX triplet: CE, B2 and 34. RGB value is (206,178,52). Sum of RGB (Red+Green+Blue) = 206+178+52=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB234 is #314DCB. Grayscale: #ACACAC. Windows color (decimal): -3231180 or 3453646. OLE color: 3453646.
HSL color Cylindrical-coordinate representation of color #CEB234: hue angle of 49.09º 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 #CEB234 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 52 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.19 |
| HSL | 49.09º | 0.61% | 0.51% | - |
| HSV(B) | 49.09º | 0.75% | 0.81% | - |
| XYZ | 41.99 | 45.21 | 9.76 | - |
| YUV | 172.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 52 | 0 | 0.14 | 0.75 | 0.19 | 49.09 | 0.61 | 0.51 |
| Hex | CE | B2 | 34 | 0 | E | 4B | 13 | 31 | 3D | 33 |
| Octal | 316 | 262 | 64 | 0 | 16 | 113 | 23 | 61 | 75 | 63 |
| Binary | 11001110 | 10110010 | 110100 | 0 | 1110 | 1001011 | 10011 | 110001 | 111101 | 110011 |
Color Harmonies of #CEB234
Complementary color
Monochromatic Colors of #CEB234
Black with #CEB234
Text Example
Text Example
White with #CEB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB234; }
p { color: rgb(206,178,52); }
H1.HeaderClassName
{
color: #CEB234;
}
.AnyTagClassName
{
color: #CEB234;
}
</style>
background-color css
<style>
a { background-color: #CEB234; }
a { background-color: rgb(206,178,52); }
div.DivClassName
{
background-color: #CEB234;
}
.BgClassName
{
background-color: #CEB234;
}
</style>
border-color css
<style>
span { border-color: #CEB234; }
span { border-color: rgb(206,178,52); }
td.TdClassName
{
border-color: #CEB234;
}
.TagClassName
{
border-color: #CEB234;
}
</style>