Shades of Metallic Gold #CE9F3C
Tints of Metallic Gold #CE9F3C
RGB
CMYK
RGB Variations
Color information
#CE9F3C (or 0xCE9F3C) is known color: Metallic Gold. HEX triplet: CE, 9F and 3C. RGB value is (206,159,60). Sum of RGB (Red+Green+Blue) = 206+159+60=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F3C is #3160C3. Grayscale: #A2A2A2. Windows color (decimal): -3236036 or 3973070. OLE color: 3973070.
HSL color Cylindrical-coordinate representation of color #CE9F3C: hue angle of 40.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE9F3C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 60 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.19 |
| HSL | 40.68º | 0.6% | 0.52% | - |
| HSV(B) | 40.68º | 0.71% | 0.81% | - |
| XYZ | 38.67 | 38.24 | 9.62 | - |
| YUV | 161.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 60 | 0 | 0.23 | 0.71 | 0.19 | 40.68 | 0.6 | 0.52 |
| Hex | CE | 9F | 3C | 0 | 17 | 47 | 13 | 29 | 3C | 34 |
| Octal | 316 | 237 | 74 | 0 | 27 | 107 | 23 | 51 | 74 | 64 |
| Binary | 11001110 | 10011111 | 111100 | 0 | 10111 | 1000111 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CE9F3C
Complementary color
Monochromatic Colors of #CE9F3C
Black with #CE9F3C
Text Example
Text Example
White with #CE9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F3C; }
p { color: rgb(206,159,60); }
H1.HeaderClassName
{
color: #CE9F3C;
}
.AnyTagClassName
{
color: #CE9F3C;
}
</style>
background-color css
<style>
a { background-color: #CE9F3C; }
a { background-color: rgb(206,159,60); }
div.DivClassName
{
background-color: #CE9F3C;
}
.BgClassName
{
background-color: #CE9F3C;
}
</style>
border-color css
<style>
span { border-color: #CE9F3C; }
span { border-color: rgb(206,159,60); }
td.TdClassName
{
border-color: #CE9F3C;
}
.TagClassName
{
border-color: #CE9F3C;
}
</style>