Shades of Metallic Gold #CFAE2D
Tints of Metallic Gold #CFAE2D
RGB
CMYK
RGB Variations
Color information
#CFAE2D (or 0xCFAE2D) is known color: Metallic Gold. HEX triplet: CF, AE and 2D. RGB value is (207,174,45). Sum of RGB (Red+Green+Blue) = 207+174+45=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE2D is #3051D2. Grayscale: #A9A9A9. Windows color (decimal): -3166675 or 2993871. OLE color: 2993871.
HSL color Cylindrical-coordinate representation of color #CFAE2D: hue angle of 47.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAE2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.19 |
| HSL | 47.78º | 0.64% | 0.49% | - |
| HSV(B) | 47.78º | 0.78% | 0.81% | - |
| XYZ | 41.34 | 43.73 | 8.74 | - |
| YUV | 169.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 45 | 0 | 0.16 | 0.78 | 0.19 | 47.78 | 0.64 | 0.49 |
| Hex | CF | AE | 2D | 0 | 10 | 4E | 13 | 30 | 40 | 31 |
| Octal | 317 | 256 | 55 | 0 | 20 | 116 | 23 | 60 | 100 | 61 |
| Binary | 11001111 | 10101110 | 101101 | 0 | 10000 | 1001110 | 10011 | 110000 | 1000000 | 110001 |
Color Harmonies of #CFAE2D
Complementary color
Monochromatic Colors of #CFAE2D
Black with #CFAE2D
Text Example
Text Example
White with #CFAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE2D; }
p { color: rgb(207,174,45); }
H1.HeaderClassName
{
color: #CFAE2D;
}
.AnyTagClassName
{
color: #CFAE2D;
}
</style>
background-color css
<style>
a { background-color: #CFAE2D; }
a { background-color: rgb(207,174,45); }
div.DivClassName
{
background-color: #CFAE2D;
}
.BgClassName
{
background-color: #CFAE2D;
}
</style>
border-color css
<style>
span { border-color: #CFAE2D; }
span { border-color: rgb(207,174,45); }
td.TdClassName
{
border-color: #CFAE2D;
}
.TagClassName
{
border-color: #CFAE2D;
}
</style>