Shades of Metallic Gold #CEAA41
Tints of Metallic Gold #CEAA41
RGB
CMYK
RGB Variations
Color information
#CEAA41 (or 0xCEAA41) is known color: Metallic Gold. HEX triplet: CE, AA and 41. RGB value is (206,170,65). Sum of RGB (Red+Green+Blue) = 206+170+65=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA41 is #3155BE. Grayscale: #A9A9A9. Windows color (decimal): -3233215 or 4303566. OLE color: 4303566.
HSL color Cylindrical-coordinate representation of color #CEAA41: hue angle of 44.68º 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 #CEAA41 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 65 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.19 |
| HSL | 44.68º | 0.59% | 0.53% | - |
| HSV(B) | 44.68º | 0.68% | 0.81% | - |
| XYZ | 40.78 | 42.25 | 11.01 | - |
| YUV | 168.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 65 | 0 | 0.17 | 0.68 | 0.19 | 44.68 | 0.59 | 0.53 |
| Hex | CE | AA | 41 | 0 | 11 | 44 | 13 | 2D | 3B | 35 |
| Octal | 316 | 252 | 101 | 0 | 21 | 104 | 23 | 55 | 73 | 65 |
| Binary | 11001110 | 10101010 | 1000001 | 0 | 10001 | 1000100 | 10011 | 101101 | 111011 | 110101 |
Color Harmonies of #CEAA41
Complementary color
Monochromatic Colors of #CEAA41
Black with #CEAA41
Text Example
Text Example
White with #CEAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA41; }
p { color: rgb(206,170,65); }
H1.HeaderClassName
{
color: #CEAA41;
}
.AnyTagClassName
{
color: #CEAA41;
}
</style>
background-color css
<style>
a { background-color: #CEAA41; }
a { background-color: rgb(206,170,65); }
div.DivClassName
{
background-color: #CEAA41;
}
.BgClassName
{
background-color: #CEAA41;
}
</style>
border-color css
<style>
span { border-color: #CEAA41; }
span { border-color: rgb(206,170,65); }
td.TdClassName
{
border-color: #CEAA41;
}
.TagClassName
{
border-color: #CEAA41;
}
</style>