Shades of Metallic Gold #CFA82D
Tints of Metallic Gold #CFA82D
RGB
CMYK
RGB Variations
Color information
#CFA82D (or 0xCFA82D) is known color: Metallic Gold. HEX triplet: CF, A8 and 2D. RGB value is (207,168,45). Sum of RGB (Red+Green+Blue) = 207+168+45=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA82D is #3057D2. Grayscale: #A6A6A6. Windows color (decimal): -3168211 or 2992335. OLE color: 2992335.
HSL color Cylindrical-coordinate representation of color #CFA82D: hue angle of 45.56º 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 #CFA82D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.19 |
| HSL | 45.56º | 0.64% | 0.49% | - |
| HSV(B) | 45.56º | 0.78% | 0.81% | - |
| XYZ | 40.21 | 41.46 | 8.37 | - |
| YUV | 165.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 45 | 0 | 0.19 | 0.78 | 0.19 | 45.56 | 0.64 | 0.49 |
| Hex | CF | A8 | 2D | 0 | 13 | 4E | 13 | 2E | 40 | 31 |
| Octal | 317 | 250 | 55 | 0 | 23 | 116 | 23 | 56 | 100 | 61 |
| Binary | 11001111 | 10101000 | 101101 | 0 | 10011 | 1001110 | 10011 | 101110 | 1000000 | 110001 |
Color Harmonies of #CFA82D
Complementary color
Monochromatic Colors of #CFA82D
Black with #CFA82D
Text Example
Text Example
White with #CFA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA82D; }
p { color: rgb(207,168,45); }
H1.HeaderClassName
{
color: #CFA82D;
}
.AnyTagClassName
{
color: #CFA82D;
}
</style>
background-color css
<style>
a { background-color: #CFA82D; }
a { background-color: rgb(207,168,45); }
div.DivClassName
{
background-color: #CFA82D;
}
.BgClassName
{
background-color: #CFA82D;
}
</style>
border-color css
<style>
span { border-color: #CFA82D; }
span { border-color: rgb(207,168,45); }
td.TdClassName
{
border-color: #CFA82D;
}
.TagClassName
{
border-color: #CFA82D;
}
</style>