Shades of Metallic Gold #CEAA32
Tints of Metallic Gold #CEAA32
RGB
CMYK
RGB Variations
Color information
#CEAA32 (or 0xCEAA32) is known color: Metallic Gold. HEX triplet: CE, AA and 32. RGB value is (206,170,50). Sum of RGB (Red+Green+Blue) = 206+170+50=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA32 is #3155CD. Grayscale: #A7A7A7. Windows color (decimal): -3233230 or 3320526. OLE color: 3320526.
HSL color Cylindrical-coordinate representation of color #CEAA32: hue angle of 46.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEAA32 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 50 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.19 |
| HSL | 46.15º | 0.61% | 0.5% | - |
| HSV(B) | 46.15º | 0.76% | 0.81% | - |
| XYZ | 40.4 | 42.1 | 9.01 | - |
| YUV | 167.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 50 | 0 | 0.17 | 0.76 | 0.19 | 46.15 | 0.61 | 0.5 |
| Hex | CE | AA | 32 | 0 | 11 | 4C | 13 | 2E | 3D | 32 |
| Octal | 316 | 252 | 62 | 0 | 21 | 114 | 23 | 56 | 75 | 62 |
| Binary | 11001110 | 10101010 | 110010 | 0 | 10001 | 1001100 | 10011 | 101110 | 111101 | 110010 |
Color Harmonies of #CEAA32
Complementary color
Monochromatic Colors of #CEAA32
Black with #CEAA32
Text Example
Text Example
White with #CEAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA32; }
p { color: rgb(206,170,50); }
H1.HeaderClassName
{
color: #CEAA32;
}
.AnyTagClassName
{
color: #CEAA32;
}
</style>
background-color css
<style>
a { background-color: #CEAA32; }
a { background-color: rgb(206,170,50); }
div.DivClassName
{
background-color: #CEAA32;
}
.BgClassName
{
background-color: #CEAA32;
}
</style>
border-color css
<style>
span { border-color: #CEAA32; }
span { border-color: rgb(206,170,50); }
td.TdClassName
{
border-color: #CEAA32;
}
.TagClassName
{
border-color: #CEAA32;
}
</style>