Shades of Metallic Gold #CFA335
Tints of Metallic Gold #CFA335
RGB
CMYK
RGB Variations
Color information
#CFA335 (or 0xCFA335) is known color: Metallic Gold. HEX triplet: CF, A3 and 35. RGB value is (207,163,53). Sum of RGB (Red+Green+Blue) = 207+163+53=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA335 is #305CCA. Grayscale: #A4A4A4. Windows color (decimal): -3169483 or 3515343. OLE color: 3515343.
HSL color Cylindrical-coordinate representation of color #CFA335: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA335 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 53 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.19 |
| HSL | 42.86º | 0.62% | 0.51% | - |
| HSV(B) | 42.86º | 0.74% | 0.81% | - |
| XYZ | 39.47 | 39.72 | 8.95 | - |
| YUV | 163.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 53 | 0 | 0.21 | 0.74 | 0.19 | 42.86 | 0.62 | 0.51 |
| Hex | CF | A3 | 35 | 0 | 15 | 4A | 13 | 2B | 3E | 33 |
| Octal | 317 | 243 | 65 | 0 | 25 | 112 | 23 | 53 | 76 | 63 |
| Binary | 11001111 | 10100011 | 110101 | 0 | 10101 | 1001010 | 10011 | 101011 | 111110 | 110011 |
Color Harmonies of #CFA335
Complementary color
Monochromatic Colors of #CFA335
Black with #CFA335
Text Example
Text Example
White with #CFA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA335; }
p { color: rgb(207,163,53); }
H1.HeaderClassName
{
color: #CFA335;
}
.AnyTagClassName
{
color: #CFA335;
}
</style>
background-color css
<style>
a { background-color: #CFA335; }
a { background-color: rgb(207,163,53); }
div.DivClassName
{
background-color: #CFA335;
}
.BgClassName
{
background-color: #CFA335;
}
</style>
border-color css
<style>
span { border-color: #CFA335; }
span { border-color: rgb(207,163,53); }
td.TdClassName
{
border-color: #CFA335;
}
.TagClassName
{
border-color: #CFA335;
}
</style>