Shades of Old Gold #CEAF3E
Tints of Old Gold #CEAF3E
RGB
CMYK
RGB Variations
Color information
#CEAF3E (or 0xCEAF3E) is known color: Old Gold. HEX triplet: CE, AF and 3E. RGB value is (206,175,62). Sum of RGB (Red+Green+Blue) = 206+175+62=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF3E is #3150C1. Grayscale: #ABABAB. Windows color (decimal): -3231938 or 4108238. OLE color: 4108238.
HSL color Cylindrical-coordinate representation of color #CEAF3E: hue angle of 47.08º 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 #CEAF3E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 62 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.19 |
| HSL | 47.08º | 0.6% | 0.53% | - |
| HSV(B) | 47.08º | 0.7% | 0.81% | - |
| XYZ | 41.65 | 44.13 | 10.88 | - |
| YUV | 171.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 62 | 0 | 0.15 | 0.70 | 0.19 | 47.08 | 0.6 | 0.53 |
| Hex | CE | AF | 3E | 0 | F | 46 | 13 | 2F | 3C | 35 |
| Octal | 316 | 257 | 76 | 0 | 17 | 106 | 23 | 57 | 74 | 65 |
| Binary | 11001110 | 10101111 | 111110 | 0 | 1111 | 1000110 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CEAF3E
Complementary color
Monochromatic Colors of #CEAF3E
Black with #CEAF3E
Text Example
Text Example
White with #CEAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF3E; }
p { color: rgb(206,175,62); }
H1.HeaderClassName
{
color: #CEAF3E;
}
.AnyTagClassName
{
color: #CEAF3E;
}
</style>
background-color css
<style>
a { background-color: #CEAF3E; }
a { background-color: rgb(206,175,62); }
div.DivClassName
{
background-color: #CEAF3E;
}
.BgClassName
{
background-color: #CEAF3E;
}
</style>
border-color css
<style>
span { border-color: #CEAF3E; }
span { border-color: rgb(206,175,62); }
td.TdClassName
{
border-color: #CEAF3E;
}
.TagClassName
{
border-color: #CEAF3E;
}
</style>