Shades of Metallic Gold #CFA33D
Tints of Metallic Gold #CFA33D
RGB
CMYK
RGB Variations
Color information
#CFA33D (or 0xCFA33D) is known color: Metallic Gold. HEX triplet: CF, A3 and 3D. RGB value is (207,163,61). Sum of RGB (Red+Green+Blue) = 207+163+61=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33D is #305CC2. Grayscale: #A4A4A4. Windows color (decimal): -3169475 or 4039631. OLE color: 4039631.
HSL color Cylindrical-coordinate representation of color #CFA33D: hue angle of 41.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA33D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 61 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.19 |
| HSL | 41.92º | 0.6% | 0.53% | - |
| HSV(B) | 41.92º | 0.71% | 0.81% | - |
| XYZ | 39.67 | 39.8 | 10.01 | - |
| YUV | 164.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 61 | 0 | 0.21 | 0.71 | 0.19 | 41.92 | 0.6 | 0.53 |
| Hex | CF | A3 | 3D | 0 | 15 | 47 | 13 | 2A | 3C | 35 |
| Octal | 317 | 243 | 75 | 0 | 25 | 107 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100011 | 111101 | 0 | 10101 | 1000111 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA33D
Complementary color
Monochromatic Colors of #CFA33D
Black with #CFA33D
Text Example
Text Example
White with #CFA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA33D; }
p { color: rgb(207,163,61); }
H1.HeaderClassName
{
color: #CFA33D;
}
.AnyTagClassName
{
color: #CFA33D;
}
</style>
background-color css
<style>
a { background-color: #CFA33D; }
a { background-color: rgb(207,163,61); }
div.DivClassName
{
background-color: #CFA33D;
}
.BgClassName
{
background-color: #CFA33D;
}
</style>
border-color css
<style>
span { border-color: #CFA33D; }
span { border-color: rgb(207,163,61); }
td.TdClassName
{
border-color: #CFA33D;
}
.TagClassName
{
border-color: #CFA33D;
}
</style>