Shades of Old Gold #CEBD3E
Tints of Old Gold #CEBD3E
RGB
CMYK
RGB Variations
Color information
#CEBD3E (or 0xCEBD3E) is known color: Old Gold. HEX triplet: CE, BD and 3E. RGB value is (206,189,62). Sum of RGB (Red+Green+Blue) = 206+189+62=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD3E is #3142C1. Grayscale: #B4B4B4. Windows color (decimal): -3228354 or 4111822. OLE color: 4111822.
HSL color Cylindrical-coordinate representation of color #CEBD3E: hue angle of 52.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEBD3E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 62 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.19 |
| HSL | 52.92º | 0.6% | 0.53% | - |
| HSV(B) | 52.92º | 0.7% | 0.81% | - |
| XYZ | 44.52 | 49.86 | 11.84 | - |
| YUV | 179.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 62 | 0 | 0.08 | 0.70 | 0.19 | 52.92 | 0.6 | 0.53 |
| Hex | CE | BD | 3E | 0 | 8 | 46 | 13 | 35 | 3C | 35 |
| Octal | 316 | 275 | 76 | 0 | 10 | 106 | 23 | 65 | 74 | 65 |
| Binary | 11001110 | 10111101 | 111110 | 0 | 1000 | 1000110 | 10011 | 110101 | 111100 | 110101 |
Color Harmonies of #CEBD3E
Complementary color
Monochromatic Colors of #CEBD3E
Black with #CEBD3E
Text Example
Text Example
White with #CEBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD3E; }
p { color: rgb(206,189,62); }
H1.HeaderClassName
{
color: #CEBD3E;
}
.AnyTagClassName
{
color: #CEBD3E;
}
</style>
background-color css
<style>
a { background-color: #CEBD3E; }
a { background-color: rgb(206,189,62); }
div.DivClassName
{
background-color: #CEBD3E;
}
.BgClassName
{
background-color: #CEBD3E;
}
</style>
border-color css
<style>
span { border-color: #CEBD3E; }
span { border-color: rgb(206,189,62); }
td.TdClassName
{
border-color: #CEBD3E;
}
.TagClassName
{
border-color: #CEBD3E;
}
</style>