Shades of Metallic Gold #CFA238
Tints of Metallic Gold #CFA238
RGB
CMYK
RGB Variations
Color information
#CFA238 (or 0xCFA238) is known color: Metallic Gold. HEX triplet: CF, A2 and 38. RGB value is (207,162,56). Sum of RGB (Red+Green+Blue) = 207+162+56=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA238 is #305DC7. Grayscale: #A3A3A3. Windows color (decimal): -3169736 or 3711695. OLE color: 3711695.
HSL color Cylindrical-coordinate representation of color #CFA238: hue angle of 42.12º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFA238 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 56 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.19 |
| HSL | 42.12º | 0.61% | 0.52% | - |
| HSV(B) | 42.12º | 0.73% | 0.81% | - |
| XYZ | 39.37 | 39.39 | 9.27 | - |
| YUV | 163.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 56 | 0 | 0.22 | 0.73 | 0.19 | 42.12 | 0.61 | 0.52 |
| Hex | CF | A2 | 38 | 0 | 16 | 49 | 13 | 2A | 3D | 34 |
| Octal | 317 | 242 | 70 | 0 | 26 | 111 | 23 | 52 | 75 | 64 |
| Binary | 11001111 | 10100010 | 111000 | 0 | 10110 | 1001001 | 10011 | 101010 | 111101 | 110100 |
Color Harmonies of #CFA238
Complementary color
Monochromatic Colors of #CFA238
Black with #CFA238
Text Example
Text Example
White with #CFA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA238; }
p { color: rgb(207,162,56); }
H1.HeaderClassName
{
color: #CFA238;
}
.AnyTagClassName
{
color: #CFA238;
}
</style>
background-color css
<style>
a { background-color: #CFA238; }
a { background-color: rgb(207,162,56); }
div.DivClassName
{
background-color: #CFA238;
}
.BgClassName
{
background-color: #CFA238;
}
</style>
border-color css
<style>
span { border-color: #CFA238; }
span { border-color: rgb(207,162,56); }
td.TdClassName
{
border-color: #CFA238;
}
.TagClassName
{
border-color: #CFA238;
}
</style>