Shades of Metallic Gold #CEAC2D
Tints of Metallic Gold #CEAC2D
RGB
CMYK
RGB Variations
Color information
#CEAC2D (or 0xCEAC2D) is known color: Metallic Gold. HEX triplet: CE, AC and 2D. RGB value is (206,172,45). Sum of RGB (Red+Green+Blue) = 206+172+45=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC2D is #3153D2. Grayscale: #A8A8A8. Windows color (decimal): -3232723 or 2993358. OLE color: 2993358.
HSL color Cylindrical-coordinate representation of color #CEAC2D: hue angle of 47.33º 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 #CEAC2D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 45 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 47.33º | 0.64% | 0.49% | - |
| HSV(B) | 47.33º | 0.78% | 0.81% | - |
| XYZ | 40.68 | 42.82 | 8.6 | - |
| YUV | 167.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 45 | 0 | 0.17 | 0.78 | 0.19 | 47.33 | 0.64 | 0.49 |
| Hex | CE | AC | 2D | 0 | 11 | 4E | 13 | 2F | 40 | 31 |
| Octal | 316 | 254 | 55 | 0 | 21 | 116 | 23 | 57 | 100 | 61 |
| Binary | 11001110 | 10101100 | 101101 | 0 | 10001 | 1001110 | 10011 | 101111 | 1000000 | 110001 |
Color Harmonies of #CEAC2D
Complementary color
Monochromatic Colors of #CEAC2D
Black with #CEAC2D
Text Example
Text Example
White with #CEAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC2D; }
p { color: rgb(206,172,45); }
H1.HeaderClassName
{
color: #CEAC2D;
}
.AnyTagClassName
{
color: #CEAC2D;
}
</style>
background-color css
<style>
a { background-color: #CEAC2D; }
a { background-color: rgb(206,172,45); }
div.DivClassName
{
background-color: #CEAC2D;
}
.BgClassName
{
background-color: #CEAC2D;
}
</style>
border-color css
<style>
span { border-color: #CEAC2D; }
span { border-color: rgb(206,172,45); }
td.TdClassName
{
border-color: #CEAC2D;
}
.TagClassName
{
border-color: #CEAC2D;
}
</style>