Shades of Metallic Gold #CFAF2A
Tints of Metallic Gold #CFAF2A
RGB
CMYK
RGB Variations
Color information
#CFAF2A (or 0xCFAF2A) is known color: Metallic Gold. HEX triplet: CF, AF and 2A. RGB value is (207,175,42). Sum of RGB (Red+Green+Blue) = 207+175+42=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF2A is #3050D5. Grayscale: #A9A9A9. Windows color (decimal): -3166422 or 2797519. OLE color: 2797519.
HSL color Cylindrical-coordinate representation of color #CFAF2A: hue angle of 48.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAF2A is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 42 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.19 |
| HSL | 48.36º | 0.66% | 0.49% | - |
| HSV(B) | 48.36º | 0.8% | 0.81% | - |
| XYZ | 41.48 | 44.09 | 8.51 | - |
| YUV | 169.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 42 | 0 | 0.15 | 0.80 | 0.19 | 48.36 | 0.66 | 0.49 |
| Hex | CF | AF | 2A | 0 | F | 50 | 13 | 30 | 42 | 31 |
| Octal | 317 | 257 | 52 | 0 | 17 | 120 | 23 | 60 | 102 | 61 |
| Binary | 11001111 | 10101111 | 101010 | 0 | 1111 | 1010000 | 10011 | 110000 | 1000010 | 110001 |
Color Harmonies of #CFAF2A
Complementary color
Monochromatic Colors of #CFAF2A
Black with #CFAF2A
Text Example
Text Example
White with #CFAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF2A; }
p { color: rgb(207,175,42); }
H1.HeaderClassName
{
color: #CFAF2A;
}
.AnyTagClassName
{
color: #CFAF2A;
}
</style>
background-color css
<style>
a { background-color: #CFAF2A; }
a { background-color: rgb(207,175,42); }
div.DivClassName
{
background-color: #CFAF2A;
}
.BgClassName
{
background-color: #CFAF2A;
}
</style>
border-color css
<style>
span { border-color: #CFAF2A; }
span { border-color: rgb(207,175,42); }
td.TdClassName
{
border-color: #CFAF2A;
}
.TagClassName
{
border-color: #CFAF2A;
}
</style>