Shades of Metallic Gold #CEAF2A
Tints of Metallic Gold #CEAF2A
RGB
CMYK
RGB Variations
Color information
#CEAF2A (or 0xCEAF2A) is known color: Metallic Gold. HEX triplet: CE, AF and 2A. RGB value is (206,175,42). Sum of RGB (Red+Green+Blue) = 206+175+42=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF2A is #3150D5. Grayscale: #A9A9A9. Windows color (decimal): -3231958 or 2797518. OLE color: 2797518.
HSL color Cylindrical-coordinate representation of color #CEAF2A: hue angle of 48.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEAF2A is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 42 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.19 |
| HSL | 48.66º | 0.66% | 0.49% | - |
| HSV(B) | 48.66º | 0.8% | 0.81% | - |
| XYZ | 41.2 | 43.95 | 8.5 | - |
| YUV | 169.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 42 | 0 | 0.15 | 0.80 | 0.19 | 48.66 | 0.66 | 0.49 |
| Hex | CE | AF | 2A | 0 | F | 50 | 13 | 31 | 42 | 31 |
| Octal | 316 | 257 | 52 | 0 | 17 | 120 | 23 | 61 | 102 | 61 |
| Binary | 11001110 | 10101111 | 101010 | 0 | 1111 | 1010000 | 10011 | 110001 | 1000010 | 110001 |
Color Harmonies of #CEAF2A
Complementary color
Monochromatic Colors of #CEAF2A
Black with #CEAF2A
Text Example
Text Example
White with #CEAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF2A; }
p { color: rgb(206,175,42); }
H1.HeaderClassName
{
color: #CEAF2A;
}
.AnyTagClassName
{
color: #CEAF2A;
}
</style>
background-color css
<style>
a { background-color: #CEAF2A; }
a { background-color: rgb(206,175,42); }
div.DivClassName
{
background-color: #CEAF2A;
}
.BgClassName
{
background-color: #CEAF2A;
}
</style>
border-color css
<style>
span { border-color: #CEAF2A; }
span { border-color: rgb(206,175,42); }
td.TdClassName
{
border-color: #CEAF2A;
}
.TagClassName
{
border-color: #CEAF2A;
}
</style>