Shades of Metallic Gold #CEAF37
Tints of Metallic Gold #CEAF37
RGB
CMYK
RGB Variations
Color information
#CEAF37 (or 0xCEAF37) is known color: Metallic Gold. HEX triplet: CE, AF and 37. RGB value is (206,175,55). Sum of RGB (Red+Green+Blue) = 206+175+55=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF37 is #3150C8. Grayscale: #ABABAB. Windows color (decimal): -3231945 or 3649486. OLE color: 3649486.
HSL color Cylindrical-coordinate representation of color #CEAF37: hue angle of 47.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEAF37 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 55 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.19 |
| HSL | 47.68º | 0.61% | 0.51% | - |
| HSV(B) | 47.68º | 0.73% | 0.81% | - |
| XYZ | 41.47 | 44.06 | 9.93 | - |
| YUV | 170.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 55 | 0 | 0.15 | 0.73 | 0.19 | 47.68 | 0.61 | 0.51 |
| Hex | CE | AF | 37 | 0 | F | 49 | 13 | 30 | 3D | 33 |
| Octal | 316 | 257 | 67 | 0 | 17 | 111 | 23 | 60 | 75 | 63 |
| Binary | 11001110 | 10101111 | 110111 | 0 | 1111 | 1001001 | 10011 | 110000 | 111101 | 110011 |
Color Harmonies of #CEAF37
Complementary color
Monochromatic Colors of #CEAF37
Black with #CEAF37
Text Example
Text Example
White with #CEAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF37; }
p { color: rgb(206,175,55); }
H1.HeaderClassName
{
color: #CEAF37;
}
.AnyTagClassName
{
color: #CEAF37;
}
</style>
background-color css
<style>
a { background-color: #CEAF37; }
a { background-color: rgb(206,175,55); }
div.DivClassName
{
background-color: #CEAF37;
}
.BgClassName
{
background-color: #CEAF37;
}
</style>
border-color css
<style>
span { border-color: #CEAF37; }
span { border-color: rgb(206,175,55); }
td.TdClassName
{
border-color: #CEAF37;
}
.TagClassName
{
border-color: #CEAF37;
}
</style>