Shades of Metallic Gold #CFAB36
Tints of Metallic Gold #CFAB36
RGB
CMYK
RGB Variations
Color information
#CFAB36 (or 0xCFAB36) is known color: Metallic Gold. HEX triplet: CF, AB and 36. RGB value is (207,171,54). Sum of RGB (Red+Green+Blue) = 207+171+54=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB36 is #3054C9. Grayscale: #A8A8A8. Windows color (decimal): -3167434 or 3582927. OLE color: 3582927.
HSL color Cylindrical-coordinate representation of color #CFAB36: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFAB36 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 54 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.19 |
| HSL | 45.88º | 0.61% | 0.51% | - |
| HSV(B) | 45.88º | 0.74% | 0.81% | - |
| XYZ | 40.96 | 42.66 | 9.56 | - |
| YUV | 168.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 54 | 0 | 0.17 | 0.74 | 0.19 | 45.88 | 0.61 | 0.51 |
| Hex | CF | AB | 36 | 0 | 11 | 4A | 13 | 2E | 3D | 33 |
| Octal | 317 | 253 | 66 | 0 | 21 | 112 | 23 | 56 | 75 | 63 |
| Binary | 11001111 | 10101011 | 110110 | 0 | 10001 | 1001010 | 10011 | 101110 | 111101 | 110011 |
Color Harmonies of #CFAB36
Complementary color
Monochromatic Colors of #CFAB36
Black with #CFAB36
Text Example
Text Example
White with #CFAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB36; }
p { color: rgb(207,171,54); }
H1.HeaderClassName
{
color: #CFAB36;
}
.AnyTagClassName
{
color: #CFAB36;
}
</style>
background-color css
<style>
a { background-color: #CFAB36; }
a { background-color: rgb(207,171,54); }
div.DivClassName
{
background-color: #CFAB36;
}
.BgClassName
{
background-color: #CFAB36;
}
</style>
border-color css
<style>
span { border-color: #CFAB36; }
span { border-color: rgb(207,171,54); }
td.TdClassName
{
border-color: #CFAB36;
}
.TagClassName
{
border-color: #CFAB36;
}
</style>