Shades of Metallic Gold #CFAB30
Tints of Metallic Gold #CFAB30
RGB
CMYK
RGB Variations
Color information
#CFAB30 (or 0xCFAB30) is known color: Metallic Gold. HEX triplet: CF, AB and 30. RGB value is (207,171,48). Sum of RGB (Red+Green+Blue) = 207+171+48=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB30 is #3054CF. Grayscale: #A8A8A8. Windows color (decimal): -3167440 or 3189711. OLE color: 3189711.
HSL color Cylindrical-coordinate representation of color #CFAB30: hue angle of 46.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFAB30 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 48 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.19 |
| HSL | 46.42º | 0.62% | 0.5% | - |
| HSV(B) | 46.42º | 0.77% | 0.81% | - |
| XYZ | 40.83 | 42.6 | 8.87 | - |
| YUV | 167.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 48 | 0 | 0.17 | 0.77 | 0.19 | 46.42 | 0.62 | 0.5 |
| Hex | CF | AB | 30 | 0 | 11 | 4D | 13 | 2E | 3E | 32 |
| Octal | 317 | 253 | 60 | 0 | 21 | 115 | 23 | 56 | 76 | 62 |
| Binary | 11001111 | 10101011 | 110000 | 0 | 10001 | 1001101 | 10011 | 101110 | 111110 | 110010 |
Color Harmonies of #CFAB30
Complementary color
Monochromatic Colors of #CFAB30
Black with #CFAB30
Text Example
Text Example
White with #CFAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB30; }
p { color: rgb(207,171,48); }
H1.HeaderClassName
{
color: #CFAB30;
}
.AnyTagClassName
{
color: #CFAB30;
}
</style>
background-color css
<style>
a { background-color: #CFAB30; }
a { background-color: rgb(207,171,48); }
div.DivClassName
{
background-color: #CFAB30;
}
.BgClassName
{
background-color: #CFAB30;
}
</style>
border-color css
<style>
span { border-color: #CFAB30; }
span { border-color: rgb(207,171,48); }
td.TdClassName
{
border-color: #CFAB30;
}
.TagClassName
{
border-color: #CFAB30;
}
</style>