Shades of Metallic Gold #CFAB3B
Tints of Metallic Gold #CFAB3B
RGB
CMYK
RGB Variations
Color information
#CFAB3B (or 0xCFAB3B) is known color: Metallic Gold. HEX triplet: CF, AB and 3B. RGB value is (207,171,59). Sum of RGB (Red+Green+Blue) = 207+171+59=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3B is #3054C4. Grayscale: #A9A9A9. Windows color (decimal): -3167429 or 3910607. OLE color: 3910607.
HSL color Cylindrical-coordinate representation of color #CFAB3B: hue angle of 45.41º 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 #CFAB3B is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 59 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.19 |
| HSL | 45.41º | 0.61% | 0.52% | - |
| HSV(B) | 45.41º | 0.71% | 0.81% | - |
| XYZ | 41.08 | 42.71 | 10.22 | - |
| YUV | 169 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 59 | 0 | 0.17 | 0.71 | 0.19 | 45.41 | 0.61 | 0.52 |
| Hex | CF | AB | 3B | 0 | 11 | 47 | 13 | 2D | 3D | 34 |
| Octal | 317 | 253 | 73 | 0 | 21 | 107 | 23 | 55 | 75 | 64 |
| Binary | 11001111 | 10101011 | 111011 | 0 | 10001 | 1000111 | 10011 | 101101 | 111101 | 110100 |
Color Harmonies of #CFAB3B
Complementary color
Monochromatic Colors of #CFAB3B
Black with #CFAB3B
Text Example
Text Example
White with #CFAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB3B; }
p { color: rgb(207,171,59); }
H1.HeaderClassName
{
color: #CFAB3B;
}
.AnyTagClassName
{
color: #CFAB3B;
}
</style>
background-color css
<style>
a { background-color: #CFAB3B; }
a { background-color: rgb(207,171,59); }
div.DivClassName
{
background-color: #CFAB3B;
}
.BgClassName
{
background-color: #CFAB3B;
}
</style>
border-color css
<style>
span { border-color: #CFAB3B; }
span { border-color: rgb(207,171,59); }
td.TdClassName
{
border-color: #CFAB3B;
}
.TagClassName
{
border-color: #CFAB3B;
}
</style>