Shades of Metallic Gold #CFAA2D
Tints of Metallic Gold #CFAA2D
RGB
CMYK
RGB Variations
Color information
#CFAA2D (or 0xCFAA2D) is known color: Metallic Gold. HEX triplet: CF, AA and 2D. RGB value is (207,170,45). Sum of RGB (Red+Green+Blue) = 207+170+45=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA2D is #3055D2. Grayscale: #A7A7A7. Windows color (decimal): -3167699 or 2992847. OLE color: 2992847.
HSL color Cylindrical-coordinate representation of color #CFAA2D: hue angle of 46.3º 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 #CFAA2D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.19 |
| HSL | 46.3º | 0.64% | 0.49% | - |
| HSV(B) | 46.3º | 0.78% | 0.81% | - |
| XYZ | 40.58 | 42.2 | 8.49 | - |
| YUV | 166.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 45 | 0 | 0.18 | 0.78 | 0.19 | 46.3 | 0.64 | 0.49 |
| Hex | CF | AA | 2D | 0 | 12 | 4E | 13 | 2E | 40 | 31 |
| Octal | 317 | 252 | 55 | 0 | 22 | 116 | 23 | 56 | 100 | 61 |
| Binary | 11001111 | 10101010 | 101101 | 0 | 10010 | 1001110 | 10011 | 101110 | 1000000 | 110001 |
Color Harmonies of #CFAA2D
Complementary color
Monochromatic Colors of #CFAA2D
Black with #CFAA2D
Text Example
Text Example
White with #CFAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA2D; }
p { color: rgb(207,170,45); }
H1.HeaderClassName
{
color: #CFAA2D;
}
.AnyTagClassName
{
color: #CFAA2D;
}
</style>
background-color css
<style>
a { background-color: #CFAA2D; }
a { background-color: rgb(207,170,45); }
div.DivClassName
{
background-color: #CFAA2D;
}
.BgClassName
{
background-color: #CFAA2D;
}
</style>
border-color css
<style>
span { border-color: #CFAA2D; }
span { border-color: rgb(207,170,45); }
td.TdClassName
{
border-color: #CFAA2D;
}
.TagClassName
{
border-color: #CFAA2D;
}
</style>