Shades of Metallic Gold #CFA53C
Tints of Metallic Gold #CFA53C
RGB
CMYK
RGB Variations
Color information
#CFA53C (or 0xCFA53C) is known color: Metallic Gold. HEX triplet: CF, A5 and 3C. RGB value is (207,165,60). Sum of RGB (Red+Green+Blue) = 207+165+60=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA53C is #305AC3. Grayscale: #A6A6A6. Windows color (decimal): -3168964 or 3974607. OLE color: 3974607.
HSL color Cylindrical-coordinate representation of color #CFA53C: hue angle of 42.86º 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 #CFA53C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 60 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.19 |
| HSL | 42.86º | 0.6% | 0.52% | - |
| HSV(B) | 42.86º | 0.71% | 0.81% | - |
| XYZ | 40 | 40.5 | 9.98 | - |
| YUV | 165.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 60 | 0 | 0.20 | 0.71 | 0.19 | 42.86 | 0.6 | 0.52 |
| Hex | CF | A5 | 3C | 0 | 14 | 47 | 13 | 2B | 3C | 34 |
| Octal | 317 | 245 | 74 | 0 | 24 | 107 | 23 | 53 | 74 | 64 |
| Binary | 11001111 | 10100101 | 111100 | 0 | 10100 | 1000111 | 10011 | 101011 | 111100 | 110100 |
Color Harmonies of #CFA53C
Complementary color
Monochromatic Colors of #CFA53C
Black with #CFA53C
Text Example
Text Example
White with #CFA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA53C; }
p { color: rgb(207,165,60); }
H1.HeaderClassName
{
color: #CFA53C;
}
.AnyTagClassName
{
color: #CFA53C;
}
</style>
background-color css
<style>
a { background-color: #CFA53C; }
a { background-color: rgb(207,165,60); }
div.DivClassName
{
background-color: #CFA53C;
}
.BgClassName
{
background-color: #CFA53C;
}
</style>
border-color css
<style>
span { border-color: #CFA53C; }
span { border-color: rgb(207,165,60); }
td.TdClassName
{
border-color: #CFA53C;
}
.TagClassName
{
border-color: #CFA53C;
}
</style>