Shades of Metallic Gold #CEAF32
Tints of Metallic Gold #CEAF32
RGB
CMYK
RGB Variations
Color information
#CEAF32 (or 0xCEAF32) is known color: Metallic Gold. HEX triplet: CE, AF and 32. RGB value is (206,175,50). Sum of RGB (Red+Green+Blue) = 206+175+50=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF32 is #3150CD. Grayscale: #AAAAAA. Windows color (decimal): -3231950 or 3321806. OLE color: 3321806.
HSL color Cylindrical-coordinate representation of color #CEAF32: hue angle of 48.08º 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 #CEAF32 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 50 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.19 |
| HSL | 48.08º | 0.61% | 0.5% | - |
| HSV(B) | 48.08º | 0.76% | 0.81% | - |
| XYZ | 41.36 | 44.01 | 9.33 | - |
| YUV | 170.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 50 | 0 | 0.15 | 0.76 | 0.19 | 48.08 | 0.61 | 0.5 |
| Hex | CE | AF | 32 | 0 | F | 4C | 13 | 30 | 3D | 32 |
| Octal | 316 | 257 | 62 | 0 | 17 | 114 | 23 | 60 | 75 | 62 |
| Binary | 11001110 | 10101111 | 110010 | 0 | 1111 | 1001100 | 10011 | 110000 | 111101 | 110010 |
Color Harmonies of #CEAF32
Complementary color
Monochromatic Colors of #CEAF32
Black with #CEAF32
Text Example
Text Example
White with #CEAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF32; }
p { color: rgb(206,175,50); }
H1.HeaderClassName
{
color: #CEAF32;
}
.AnyTagClassName
{
color: #CEAF32;
}
</style>
background-color css
<style>
a { background-color: #CEAF32; }
a { background-color: rgb(206,175,50); }
div.DivClassName
{
background-color: #CEAF32;
}
.BgClassName
{
background-color: #CEAF32;
}
</style>
border-color css
<style>
span { border-color: #CEAF32; }
span { border-color: rgb(206,175,50); }
td.TdClassName
{
border-color: #CEAF32;
}
.TagClassName
{
border-color: #CEAF32;
}
</style>