Shades of Metallic Gold #CEAB2D
Tints of Metallic Gold #CEAB2D
RGB
CMYK
RGB Variations
Color information
#CEAB2D (or 0xCEAB2D) is known color: Metallic Gold. HEX triplet: CE, AB and 2D. RGB value is (206,171,45). Sum of RGB (Red+Green+Blue) = 206+171+45=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB2D is #3154D2. Grayscale: #A7A7A7. Windows color (decimal): -3232979 or 2993102. OLE color: 2993102.
HSL color Cylindrical-coordinate representation of color #CEAB2D: hue angle of 46.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEAB2D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 45 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 46.96º | 0.64% | 0.49% | - |
| HSV(B) | 46.96º | 0.78% | 0.81% | - |
| XYZ | 40.49 | 42.44 | 8.54 | - |
| YUV | 167.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 45 | 0 | 0.17 | 0.78 | 0.19 | 46.96 | 0.64 | 0.49 |
| Hex | CE | AB | 2D | 0 | 11 | 4E | 13 | 2F | 40 | 31 |
| Octal | 316 | 253 | 55 | 0 | 21 | 116 | 23 | 57 | 100 | 61 |
| Binary | 11001110 | 10101011 | 101101 | 0 | 10001 | 1001110 | 10011 | 101111 | 1000000 | 110001 |
Color Harmonies of #CEAB2D
Complementary color
Monochromatic Colors of #CEAB2D
Black with #CEAB2D
Text Example
Text Example
White with #CEAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB2D; }
p { color: rgb(206,171,45); }
H1.HeaderClassName
{
color: #CEAB2D;
}
.AnyTagClassName
{
color: #CEAB2D;
}
</style>
background-color css
<style>
a { background-color: #CEAB2D; }
a { background-color: rgb(206,171,45); }
div.DivClassName
{
background-color: #CEAB2D;
}
.BgClassName
{
background-color: #CEAB2D;
}
</style>
border-color css
<style>
span { border-color: #CEAB2D; }
span { border-color: rgb(206,171,45); }
td.TdClassName
{
border-color: #CEAB2D;
}
.TagClassName
{
border-color: #CEAB2D;
}
</style>