Shades of Metallic Gold #CFA83C
Tints of Metallic Gold #CFA83C
RGB
CMYK
RGB Variations
Color information
#CFA83C (or 0xCFA83C) is known color: Metallic Gold. HEX triplet: CF, A8 and 3C. RGB value is (207,168,60). Sum of RGB (Red+Green+Blue) = 207+168+60=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83C is #3057C3. Grayscale: #A7A7A7. Windows color (decimal): -3168196 or 3975375. OLE color: 3975375.
HSL color Cylindrical-coordinate representation of color #CFA83C: hue angle of 44.08º 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 #CFA83C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 60 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 44.08º | 0.6% | 0.52% | - |
| HSV(B) | 44.08º | 0.71% | 0.81% | - |
| XYZ | 40.55 | 41.6 | 10.17 | - |
| YUV | 167.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 60 | 0 | 0.19 | 0.71 | 0.19 | 44.08 | 0.6 | 0.52 |
| Hex | CF | A8 | 3C | 0 | 13 | 47 | 13 | 2C | 3C | 34 |
| Octal | 317 | 250 | 74 | 0 | 23 | 107 | 23 | 54 | 74 | 64 |
| Binary | 11001111 | 10101000 | 111100 | 0 | 10011 | 1000111 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CFA83C
Complementary color
Monochromatic Colors of #CFA83C
Black with #CFA83C
Text Example
Text Example
White with #CFA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA83C; }
p { color: rgb(207,168,60); }
H1.HeaderClassName
{
color: #CFA83C;
}
.AnyTagClassName
{
color: #CFA83C;
}
</style>
background-color css
<style>
a { background-color: #CFA83C; }
a { background-color: rgb(207,168,60); }
div.DivClassName
{
background-color: #CFA83C;
}
.BgClassName
{
background-color: #CFA83C;
}
</style>
border-color css
<style>
span { border-color: #CFA83C; }
span { border-color: rgb(207,168,60); }
td.TdClassName
{
border-color: #CFA83C;
}
.TagClassName
{
border-color: #CFA83C;
}
</style>