Shades of Metallic Gold #CFA83B
Tints of Metallic Gold #CFA83B
RGB
CMYK
RGB Variations
Color information
#CFA83B (or 0xCFA83B) is known color: Metallic Gold. HEX triplet: CF, A8 and 3B. RGB value is (207,168,59). Sum of RGB (Red+Green+Blue) = 207+168+59=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83B is #3057C4. Grayscale: #A7A7A7. Windows color (decimal): -3168197 or 3909839. OLE color: 3909839.
HSL color Cylindrical-coordinate representation of color #CFA83B: hue angle of 44.19º degrees, saturation: 0.61, 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 #CFA83B is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 59 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 44.19º | 0.61% | 0.52% | - |
| HSV(B) | 44.19º | 0.71% | 0.81% | - |
| XYZ | 40.52 | 41.59 | 10.03 | - |
| YUV | 167.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 59 | 0 | 0.19 | 0.71 | 0.19 | 44.19 | 0.61 | 0.52 |
| Hex | CF | A8 | 3B | 0 | 13 | 47 | 13 | 2C | 3D | 34 |
| Octal | 317 | 250 | 73 | 0 | 23 | 107 | 23 | 54 | 75 | 64 |
| Binary | 11001111 | 10101000 | 111011 | 0 | 10011 | 1000111 | 10011 | 101100 | 111101 | 110100 |
Color Harmonies of #CFA83B
Complementary color
Monochromatic Colors of #CFA83B
Black with #CFA83B
Text Example
Text Example
White with #CFA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA83B; }
p { color: rgb(207,168,59); }
H1.HeaderClassName
{
color: #CFA83B;
}
.AnyTagClassName
{
color: #CFA83B;
}
</style>
background-color css
<style>
a { background-color: #CFA83B; }
a { background-color: rgb(207,168,59); }
div.DivClassName
{
background-color: #CFA83B;
}
.BgClassName
{
background-color: #CFA83B;
}
</style>
border-color css
<style>
span { border-color: #CFA83B; }
span { border-color: rgb(207,168,59); }
td.TdClassName
{
border-color: #CFA83B;
}
.TagClassName
{
border-color: #CFA83B;
}
</style>