Shades of Metallic Gold #CEAF30
Tints of Metallic Gold #CEAF30
RGB
CMYK
RGB Variations
Color information
#CEAF30 (or 0xCEAF30) is known color: Metallic Gold. HEX triplet: CE, AF and 30. RGB value is (206,175,48). Sum of RGB (Red+Green+Blue) = 206+175+48=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF30 is #3150CF. Grayscale: #AAAAAA. Windows color (decimal): -3231952 or 3190734. OLE color: 3190734.
HSL color Cylindrical-coordinate representation of color #CEAF30: hue angle of 48.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEAF30 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 48 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.19 |
| HSL | 48.23º | 0.62% | 0.5% | - |
| HSV(B) | 48.23º | 0.77% | 0.81% | - |
| XYZ | 41.32 | 44 | 9.11 | - |
| YUV | 169.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 48 | 0 | 0.15 | 0.77 | 0.19 | 48.23 | 0.62 | 0.5 |
| Hex | CE | AF | 30 | 0 | F | 4D | 13 | 30 | 3E | 32 |
| Octal | 316 | 257 | 60 | 0 | 17 | 115 | 23 | 60 | 76 | 62 |
| Binary | 11001110 | 10101111 | 110000 | 0 | 1111 | 1001101 | 10011 | 110000 | 111110 | 110010 |
Color Harmonies of #CEAF30
Complementary color
Monochromatic Colors of #CEAF30
Black with #CEAF30
Text Example
Text Example
White with #CEAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF30; }
p { color: rgb(206,175,48); }
H1.HeaderClassName
{
color: #CEAF30;
}
.AnyTagClassName
{
color: #CEAF30;
}
</style>
background-color css
<style>
a { background-color: #CEAF30; }
a { background-color: rgb(206,175,48); }
div.DivClassName
{
background-color: #CEAF30;
}
.BgClassName
{
background-color: #CEAF30;
}
</style>
border-color css
<style>
span { border-color: #CEAF30; }
span { border-color: rgb(206,175,48); }
td.TdClassName
{
border-color: #CEAF30;
}
.TagClassName
{
border-color: #CEAF30;
}
</style>