Shades of Old Gold #CEAD3F
Tints of Old Gold #CEAD3F
RGB
CMYK
RGB Variations
Color information
#CEAD3F (or 0xCEAD3F) is known color: Old Gold. HEX triplet: CE, AD and 3F. RGB value is (206,173,63). Sum of RGB (Red+Green+Blue) = 206+173+63=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD3F is #3152C0. Grayscale: #AAAAAA. Windows color (decimal): -3232449 or 4173262. OLE color: 4173262.
HSL color Cylindrical-coordinate representation of color #CEAD3F: hue angle of 46.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEAD3F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 63 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.19 |
| HSL | 46.15º | 0.59% | 0.53% | - |
| HSV(B) | 46.15º | 0.69% | 0.81% | - |
| XYZ | 41.29 | 43.37 | 10.9 | - |
| YUV | 170.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 63 | 0 | 0.16 | 0.69 | 0.19 | 46.15 | 0.59 | 0.53 |
| Hex | CE | AD | 3F | 0 | 10 | 45 | 13 | 2E | 3B | 35 |
| Octal | 316 | 255 | 77 | 0 | 20 | 105 | 23 | 56 | 73 | 65 |
| Binary | 11001110 | 10101101 | 111111 | 0 | 10000 | 1000101 | 10011 | 101110 | 111011 | 110101 |
Color Harmonies of #CEAD3F
Complementary color
Monochromatic Colors of #CEAD3F
Black with #CEAD3F
Text Example
Text Example
White with #CEAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD3F; }
p { color: rgb(206,173,63); }
H1.HeaderClassName
{
color: #CEAD3F;
}
.AnyTagClassName
{
color: #CEAD3F;
}
</style>
background-color css
<style>
a { background-color: #CEAD3F; }
a { background-color: rgb(206,173,63); }
div.DivClassName
{
background-color: #CEAD3F;
}
.BgClassName
{
background-color: #CEAD3F;
}
</style>
border-color css
<style>
span { border-color: #CEAD3F; }
span { border-color: rgb(206,173,63); }
td.TdClassName
{
border-color: #CEAD3F;
}
.TagClassName
{
border-color: #CEAD3F;
}
</style>