Shades of Metallic Gold #CFA33A
Tints of Metallic Gold #CFA33A
RGB
CMYK
RGB Variations
Color information
#CFA33A (or 0xCFA33A) is known color: Metallic Gold. HEX triplet: CF, A3 and 3A. RGB value is (207,163,58). Sum of RGB (Red+Green+Blue) = 207+163+58=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33A is #305CC5. Grayscale: #A4A4A4. Windows color (decimal): -3169478 or 3843023. OLE color: 3843023.
HSL color Cylindrical-coordinate representation of color #CFA33A: hue angle of 42.28º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA33A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 58 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.19 |
| HSL | 42.28º | 0.61% | 0.52% | - |
| HSV(B) | 42.28º | 0.72% | 0.81% | - |
| XYZ | 39.59 | 39.77 | 9.59 | - |
| YUV | 164.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 58 | 0 | 0.21 | 0.72 | 0.19 | 42.28 | 0.61 | 0.52 |
| Hex | CF | A3 | 3A | 0 | 15 | 48 | 13 | 2A | 3D | 34 |
| Octal | 317 | 243 | 72 | 0 | 25 | 110 | 23 | 52 | 75 | 64 |
| Binary | 11001111 | 10100011 | 111010 | 0 | 10101 | 1001000 | 10011 | 101010 | 111101 | 110100 |
Color Harmonies of #CFA33A
Complementary color
Monochromatic Colors of #CFA33A
Black with #CFA33A
Text Example
Text Example
White with #CFA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA33A; }
p { color: rgb(207,163,58); }
H1.HeaderClassName
{
color: #CFA33A;
}
.AnyTagClassName
{
color: #CFA33A;
}
</style>
background-color css
<style>
a { background-color: #CFA33A; }
a { background-color: rgb(207,163,58); }
div.DivClassName
{
background-color: #CFA33A;
}
.BgClassName
{
background-color: #CFA33A;
}
</style>
border-color css
<style>
span { border-color: #CFA33A; }
span { border-color: rgb(207,163,58); }
td.TdClassName
{
border-color: #CFA33A;
}
.TagClassName
{
border-color: #CFA33A;
}
</style>