Shades of Old Gold #CEBD2E
Tints of Old Gold #CEBD2E
RGB
CMYK
RGB Variations
Color information
#CEBD2E (or 0xCEBD2E) is known color: Old Gold. HEX triplet: CE, BD and 2E. RGB value is (206,189,46). Sum of RGB (Red+Green+Blue) = 206+189+46=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD2E is #3142D1. Grayscale: #B2B2B2. Windows color (decimal): -3228370 or 3063246. OLE color: 3063246.
HSL color Cylindrical-coordinate representation of color #CEBD2E: hue angle of 53.62º 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 #CEBD2E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.19 |
| HSL | 53.63º | 0.63% | 0.49% | - |
| HSV(B) | 53.63º | 0.78% | 0.81% | - |
| XYZ | 44.14 | 49.71 | 9.85 | - |
| YUV | 177.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 46 | 0 | 0.08 | 0.78 | 0.19 | 53.63 | 0.63 | 0.49 |
| Hex | CE | BD | 2E | 0 | 8 | 4E | 13 | 36 | 3F | 31 |
| Octal | 316 | 275 | 56 | 0 | 10 | 116 | 23 | 66 | 77 | 61 |
| Binary | 11001110 | 10111101 | 101110 | 0 | 1000 | 1001110 | 10011 | 110110 | 111111 | 110001 |
Color Harmonies of #CEBD2E
Complementary color
Monochromatic Colors of #CEBD2E
Black with #CEBD2E
Text Example
Text Example
White with #CEBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD2E; }
p { color: rgb(206,189,46); }
H1.HeaderClassName
{
color: #CEBD2E;
}
.AnyTagClassName
{
color: #CEBD2E;
}
</style>
background-color css
<style>
a { background-color: #CEBD2E; }
a { background-color: rgb(206,189,46); }
div.DivClassName
{
background-color: #CEBD2E;
}
.BgClassName
{
background-color: #CEBD2E;
}
</style>
border-color css
<style>
span { border-color: #CEBD2E; }
span { border-color: rgb(206,189,46); }
td.TdClassName
{
border-color: #CEBD2E;
}
.TagClassName
{
border-color: #CEBD2E;
}
</style>