Shades of Old Gold #CEAF41
Tints of Old Gold #CEAF41
RGB
CMYK
RGB Variations
Color information
#CEAF41 (or 0xCEAF41) is known color: Old Gold. HEX triplet: CE, AF and 41. RGB value is (206,175,65). Sum of RGB (Red+Green+Blue) = 206+175+65=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF41 is #3150BE. Grayscale: #ACACAC. Windows color (decimal): -3231935 or 4304846. OLE color: 4304846.
HSL color Cylindrical-coordinate representation of color #CEAF41: hue angle of 46.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEAF41 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 65 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.19 |
| HSL | 46.81º | 0.59% | 0.53% | - |
| HSV(B) | 46.81º | 0.68% | 0.81% | - |
| XYZ | 41.74 | 44.16 | 11.33 | - |
| YUV | 171.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 65 | 0 | 0.15 | 0.68 | 0.19 | 46.81 | 0.59 | 0.53 |
| Hex | CE | AF | 41 | 0 | F | 44 | 13 | 2F | 3B | 35 |
| Octal | 316 | 257 | 101 | 0 | 17 | 104 | 23 | 57 | 73 | 65 |
| Binary | 11001110 | 10101111 | 1000001 | 0 | 1111 | 1000100 | 10011 | 101111 | 111011 | 110101 |
Color Harmonies of #CEAF41
Complementary color
Monochromatic Colors of #CEAF41
Black with #CEAF41
Text Example
Text Example
White with #CEAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF41; }
p { color: rgb(206,175,65); }
H1.HeaderClassName
{
color: #CEAF41;
}
.AnyTagClassName
{
color: #CEAF41;
}
</style>
background-color css
<style>
a { background-color: #CEAF41; }
a { background-color: rgb(206,175,65); }
div.DivClassName
{
background-color: #CEAF41;
}
.BgClassName
{
background-color: #CEAF41;
}
</style>
border-color css
<style>
span { border-color: #CEAF41; }
span { border-color: rgb(206,175,65); }
td.TdClassName
{
border-color: #CEAF41;
}
.TagClassName
{
border-color: #CEAF41;
}
</style>