Shades of Metallic Gold #CFAF2E
Tints of Metallic Gold #CFAF2E
RGB
CMYK
RGB Variations
Color information
#CFAF2E (or 0xCFAF2E) is known color: Metallic Gold. HEX triplet: CF, AF and 2E. RGB value is (207,175,46). Sum of RGB (Red+Green+Blue) = 207+175+46=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF2E is #3050D1. Grayscale: #AAAAAA. Windows color (decimal): -3166418 or 3059663. OLE color: 3059663.
HSL color Cylindrical-coordinate representation of color #CFAF2E: hue angle of 48.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAF2E is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 46 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.19 |
| HSL | 48.07º | 0.64% | 0.5% | - |
| HSV(B) | 48.07º | 0.78% | 0.81% | - |
| XYZ | 41.56 | 44.12 | 8.91 | - |
| YUV | 169.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 46 | 0 | 0.15 | 0.78 | 0.19 | 48.07 | 0.64 | 0.5 |
| Hex | CF | AF | 2E | 0 | F | 4E | 13 | 30 | 40 | 32 |
| Octal | 317 | 257 | 56 | 0 | 17 | 116 | 23 | 60 | 100 | 62 |
| Binary | 11001111 | 10101111 | 101110 | 0 | 1111 | 1001110 | 10011 | 110000 | 1000000 | 110010 |
Color Harmonies of #CFAF2E
Complementary color
Monochromatic Colors of #CFAF2E
Black with #CFAF2E
Text Example
Text Example
White with #CFAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF2E; }
p { color: rgb(207,175,46); }
H1.HeaderClassName
{
color: #CFAF2E;
}
.AnyTagClassName
{
color: #CFAF2E;
}
</style>
background-color css
<style>
a { background-color: #CFAF2E; }
a { background-color: rgb(207,175,46); }
div.DivClassName
{
background-color: #CFAF2E;
}
.BgClassName
{
background-color: #CFAF2E;
}
</style>
border-color css
<style>
span { border-color: #CFAF2E; }
span { border-color: rgb(207,175,46); }
td.TdClassName
{
border-color: #CFAF2E;
}
.TagClassName
{
border-color: #CFAF2E;
}
</style>