Shades of Metallic Gold #CFAF2F
Tints of Metallic Gold #CFAF2F
RGB
CMYK
RGB Variations
Color information
#CFAF2F (or 0xCFAF2F) is known color: Metallic Gold. HEX triplet: CF, AF and 2F. RGB value is (207,175,47). Sum of RGB (Red+Green+Blue) = 207+175+47=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF2F is #3050D0. Grayscale: #AAAAAA. Windows color (decimal): -3166417 or 3125199. OLE color: 3125199.
HSL color Cylindrical-coordinate representation of color #CFAF2F: hue angle of 48º degrees, saturation: 0.63, 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 #CFAF2F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 47 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.19 |
| HSL | 48º | 0.63% | 0.5% | - |
| HSV(B) | 48º | 0.77% | 0.81% | - |
| XYZ | 41.58 | 44.13 | 9.02 | - |
| YUV | 169.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 47 | 0 | 0.15 | 0.77 | 0.19 | 48 | 0.63 | 0.5 |
| Hex | CF | AF | 2F | 0 | F | 4D | 13 | 30 | 3F | 32 |
| Octal | 317 | 257 | 57 | 0 | 17 | 115 | 23 | 60 | 77 | 62 |
| Binary | 11001111 | 10101111 | 101111 | 0 | 1111 | 1001101 | 10011 | 110000 | 111111 | 110010 |
Color Harmonies of #CFAF2F
Complementary color
Monochromatic Colors of #CFAF2F
Black with #CFAF2F
Text Example
Text Example
White with #CFAF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF2F; }
p { color: rgb(207,175,47); }
H1.HeaderClassName
{
color: #CFAF2F;
}
.AnyTagClassName
{
color: #CFAF2F;
}
</style>
background-color css
<style>
a { background-color: #CFAF2F; }
a { background-color: rgb(207,175,47); }
div.DivClassName
{
background-color: #CFAF2F;
}
.BgClassName
{
background-color: #CFAF2F;
}
</style>
border-color css
<style>
span { border-color: #CFAF2F; }
span { border-color: rgb(207,175,47); }
td.TdClassName
{
border-color: #CFAF2F;
}
.TagClassName
{
border-color: #CFAF2F;
}
</style>