Shades of Metallic Gold #CFAF2C
Tints of Metallic Gold #CFAF2C
RGB
CMYK
RGB Variations
Color information
#CFAF2C (or 0xCFAF2C) is known color: Metallic Gold. HEX triplet: CF, AF and 2C. RGB value is (207,175,44). Sum of RGB (Red+Green+Blue) = 207+175+44=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF2C is #3050D3. Grayscale: #AAAAAA. Windows color (decimal): -3166420 or 2928591. OLE color: 2928591.
HSL color Cylindrical-coordinate representation of color #CFAF2C: hue angle of 48.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFAF2C is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 44 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.19 |
| HSL | 48.22º | 0.65% | 0.49% | - |
| HSV(B) | 48.22º | 0.79% | 0.81% | - |
| XYZ | 41.52 | 44.11 | 8.71 | - |
| YUV | 169.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 44 | 0 | 0.15 | 0.79 | 0.19 | 48.22 | 0.65 | 0.49 |
| Hex | CF | AF | 2C | 0 | F | 4F | 13 | 30 | 41 | 31 |
| Octal | 317 | 257 | 54 | 0 | 17 | 117 | 23 | 60 | 101 | 61 |
| Binary | 11001111 | 10101111 | 101100 | 0 | 1111 | 1001111 | 10011 | 110000 | 1000001 | 110001 |
Color Harmonies of #CFAF2C
Complementary color
Monochromatic Colors of #CFAF2C
Black with #CFAF2C
Text Example
Text Example
White with #CFAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF2C; }
p { color: rgb(207,175,44); }
H1.HeaderClassName
{
color: #CFAF2C;
}
.AnyTagClassName
{
color: #CFAF2C;
}
</style>
background-color css
<style>
a { background-color: #CFAF2C; }
a { background-color: rgb(207,175,44); }
div.DivClassName
{
background-color: #CFAF2C;
}
.BgClassName
{
background-color: #CFAF2C;
}
</style>
border-color css
<style>
span { border-color: #CFAF2C; }
span { border-color: rgb(207,175,44); }
td.TdClassName
{
border-color: #CFAF2C;
}
.TagClassName
{
border-color: #CFAF2C;
}
</style>