Shades of Metallic Gold #CEAB41
Tints of Metallic Gold #CEAB41
RGB
CMYK
RGB Variations
Color information
#CEAB41 (or 0xCEAB41) is known color: Metallic Gold. HEX triplet: CE, AB and 41. RGB value is (206,171,65). Sum of RGB (Red+Green+Blue) = 206+171+65=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB41 is #3154BE. Grayscale: #A9A9A9. Windows color (decimal): -3232959 or 4303822. OLE color: 4303822.
HSL color Cylindrical-coordinate representation of color #CEAB41: hue angle of 45.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEAB41 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 65 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.19 |
| HSL | 45.11º | 0.59% | 0.53% | - |
| HSV(B) | 45.11º | 0.68% | 0.81% | - |
| XYZ | 40.97 | 42.63 | 11.07 | - |
| YUV | 169.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 65 | 0 | 0.17 | 0.68 | 0.19 | 45.11 | 0.59 | 0.53 |
| Hex | CE | AB | 41 | 0 | 11 | 44 | 13 | 2D | 3B | 35 |
| Octal | 316 | 253 | 101 | 0 | 21 | 104 | 23 | 55 | 73 | 65 |
| Binary | 11001110 | 10101011 | 1000001 | 0 | 10001 | 1000100 | 10011 | 101101 | 111011 | 110101 |
Color Harmonies of #CEAB41
Complementary color
Monochromatic Colors of #CEAB41
Black with #CEAB41
Text Example
Text Example
White with #CEAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB41; }
p { color: rgb(206,171,65); }
H1.HeaderClassName
{
color: #CEAB41;
}
.AnyTagClassName
{
color: #CEAB41;
}
</style>
background-color css
<style>
a { background-color: #CEAB41; }
a { background-color: rgb(206,171,65); }
div.DivClassName
{
background-color: #CEAB41;
}
.BgClassName
{
background-color: #CEAB41;
}
</style>
border-color css
<style>
span { border-color: #CEAB41; }
span { border-color: rgb(206,171,65); }
td.TdClassName
{
border-color: #CEAB41;
}
.TagClassName
{
border-color: #CEAB41;
}
</style>