Shades of Metallic Gold #CFAB3A
Tints of Metallic Gold #CFAB3A
RGB
CMYK
RGB Variations
Color information
#CFAB3A (or 0xCFAB3A) is known color: Metallic Gold. HEX triplet: CF, AB and 3A. RGB value is (207,171,58). Sum of RGB (Red+Green+Blue) = 207+171+58=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3A is #3054C5. Grayscale: #A9A9A9. Windows color (decimal): -3167430 or 3845071. OLE color: 3845071.
HSL color Cylindrical-coordinate representation of color #CFAB3A: hue angle of 45.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFAB3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 58 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.19 |
| HSL | 45.5º | 0.61% | 0.52% | - |
| HSV(B) | 45.5º | 0.72% | 0.81% | - |
| XYZ | 41.06 | 42.7 | 10.08 | - |
| YUV | 168.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 58 | 0 | 0.17 | 0.72 | 0.19 | 45.5 | 0.61 | 0.52 |
| Hex | CF | AB | 3A | 0 | 11 | 48 | 13 | 2E | 3D | 34 |
| Octal | 317 | 253 | 72 | 0 | 21 | 110 | 23 | 56 | 75 | 64 |
| Binary | 11001111 | 10101011 | 111010 | 0 | 10001 | 1001000 | 10011 | 101110 | 111101 | 110100 |
Color Harmonies of #CFAB3A
Complementary color
Monochromatic Colors of #CFAB3A
Black with #CFAB3A
Text Example
Text Example
White with #CFAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB3A; }
p { color: rgb(207,171,58); }
H1.HeaderClassName
{
color: #CFAB3A;
}
.AnyTagClassName
{
color: #CFAB3A;
}
</style>
background-color css
<style>
a { background-color: #CFAB3A; }
a { background-color: rgb(207,171,58); }
div.DivClassName
{
background-color: #CFAB3A;
}
.BgClassName
{
background-color: #CFAB3A;
}
</style>
border-color css
<style>
span { border-color: #CFAB3A; }
span { border-color: rgb(207,171,58); }
td.TdClassName
{
border-color: #CFAB3A;
}
.TagClassName
{
border-color: #CFAB3A;
}
</style>