Shades of Metallic Gold #CFAA31
Tints of Metallic Gold #CFAA31
RGB
CMYK
RGB Variations
Color information
#CFAA31 (or 0xCFAA31) is known color: Metallic Gold. HEX triplet: CF, AA and 31. RGB value is (207,170,49). Sum of RGB (Red+Green+Blue) = 207+170+49=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA31 is #3055CE. Grayscale: #A7A7A7. Windows color (decimal): -3167695 or 3254991. OLE color: 3254991.
HSL color Cylindrical-coordinate representation of color #CFAA31: hue angle of 45.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFAA31 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.19 |
| HSL | 45.95º | 0.62% | 0.5% | - |
| HSV(B) | 45.95º | 0.76% | 0.81% | - |
| XYZ | 40.66 | 42.24 | 8.92 | - |
| YUV | 167.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 49 | 0 | 0.18 | 0.76 | 0.19 | 45.95 | 0.62 | 0.5 |
| Hex | CF | AA | 31 | 0 | 12 | 4C | 13 | 2E | 3E | 32 |
| Octal | 317 | 252 | 61 | 0 | 22 | 114 | 23 | 56 | 76 | 62 |
| Binary | 11001111 | 10101010 | 110001 | 0 | 10010 | 1001100 | 10011 | 101110 | 111110 | 110010 |
Color Harmonies of #CFAA31
Complementary color
Monochromatic Colors of #CFAA31
Black with #CFAA31
Text Example
Text Example
White with #CFAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA31; }
p { color: rgb(207,170,49); }
H1.HeaderClassName
{
color: #CFAA31;
}
.AnyTagClassName
{
color: #CFAA31;
}
</style>
background-color css
<style>
a { background-color: #CFAA31; }
a { background-color: rgb(207,170,49); }
div.DivClassName
{
background-color: #CFAA31;
}
.BgClassName
{
background-color: #CFAA31;
}
</style>
border-color css
<style>
span { border-color: #CFAA31; }
span { border-color: rgb(207,170,49); }
td.TdClassName
{
border-color: #CFAA31;
}
.TagClassName
{
border-color: #CFAA31;
}
</style>