Shades of Metallic Gold #CFA33B
Tints of Metallic Gold #CFA33B
RGB
CMYK
RGB Variations
Color information
#CFA33B (or 0xCFA33B) is known color: Metallic Gold. HEX triplet: CF, A3 and 3B. RGB value is (207,163,59). Sum of RGB (Red+Green+Blue) = 207+163+59=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33B is #305CC4. Grayscale: #A4A4A4. Windows color (decimal): -3169477 or 3908559. OLE color: 3908559.
HSL color Cylindrical-coordinate representation of color #CFA33B: hue angle of 42.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA33B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 59 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.19 |
| HSL | 42.16º | 0.61% | 0.52% | - |
| HSV(B) | 42.16º | 0.71% | 0.81% | - |
| XYZ | 39.62 | 39.78 | 9.73 | - |
| YUV | 164.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 59 | 0 | 0.21 | 0.71 | 0.19 | 42.16 | 0.61 | 0.52 |
| Hex | CF | A3 | 3B | 0 | 15 | 47 | 13 | 2A | 3D | 34 |
| Octal | 317 | 243 | 73 | 0 | 25 | 107 | 23 | 52 | 75 | 64 |
| Binary | 11001111 | 10100011 | 111011 | 0 | 10101 | 1000111 | 10011 | 101010 | 111101 | 110100 |
Color Harmonies of #CFA33B
Complementary color
Monochromatic Colors of #CFA33B
Black with #CFA33B
Text Example
Text Example
White with #CFA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA33B; }
p { color: rgb(207,163,59); }
H1.HeaderClassName
{
color: #CFA33B;
}
.AnyTagClassName
{
color: #CFA33B;
}
</style>
background-color css
<style>
a { background-color: #CFA33B; }
a { background-color: rgb(207,163,59); }
div.DivClassName
{
background-color: #CFA33B;
}
.BgClassName
{
background-color: #CFA33B;
}
</style>
border-color css
<style>
span { border-color: #CFA33B; }
span { border-color: rgb(207,163,59); }
td.TdClassName
{
border-color: #CFA33B;
}
.TagClassName
{
border-color: #CFA33B;
}
</style>