Shades of Metallic Gold #CFA442
Tints of Metallic Gold #CFA442
RGB
CMYK
RGB Variations
Color information
#CFA442 (or 0xCFA442) is known color: Metallic Gold. HEX triplet: CF, A4 and 42. RGB value is (207,164,66). Sum of RGB (Red+Green+Blue) = 207+164+66=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA442 is #305BBD. Grayscale: #A6A6A6. Windows color (decimal): -3169214 or 4367567. OLE color: 4367567.
HSL color Cylindrical-coordinate representation of color #CFA442: hue angle of 41.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFA442 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 66 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.19 |
| HSL | 41.7º | 0.59% | 0.54% | - |
| HSV(B) | 41.7º | 0.68% | 0.81% | - |
| XYZ | 39.99 | 40.21 | 10.81 | - |
| YUV | 165.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 66 | 0 | 0.21 | 0.68 | 0.19 | 41.7 | 0.59 | 0.54 |
| Hex | CF | A4 | 42 | 0 | 15 | 44 | 13 | 2A | 3B | 36 |
| Octal | 317 | 244 | 102 | 0 | 25 | 104 | 23 | 52 | 73 | 66 |
| Binary | 11001111 | 10100100 | 1000010 | 0 | 10101 | 1000100 | 10011 | 101010 | 111011 | 110110 |
Color Harmonies of #CFA442
Complementary color
Monochromatic Colors of #CFA442
Black with #CFA442
Text Example
Text Example
White with #CFA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA442; }
p { color: rgb(207,164,66); }
H1.HeaderClassName
{
color: #CFA442;
}
.AnyTagClassName
{
color: #CFA442;
}
</style>
background-color css
<style>
a { background-color: #CFA442; }
a { background-color: rgb(207,164,66); }
div.DivClassName
{
background-color: #CFA442;
}
.BgClassName
{
background-color: #CFA442;
}
</style>
border-color css
<style>
span { border-color: #CFA442; }
span { border-color: rgb(207,164,66); }
td.TdClassName
{
border-color: #CFA442;
}
.TagClassName
{
border-color: #CFA442;
}
</style>