Shades of Metallic Gold #CFA536
Tints of Metallic Gold #CFA536
RGB
CMYK
RGB Variations
Color information
#CFA536 (or 0xCFA536) is known color: Metallic Gold. HEX triplet: CF, A5 and 36. RGB value is (207,165,54). Sum of RGB (Red+Green+Blue) = 207+165+54=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA536 is #305AC9. Grayscale: #A5A5A5. Windows color (decimal): -3168970 or 3581391. OLE color: 3581391.
HSL color Cylindrical-coordinate representation of color #CFA536: hue angle of 43.53º degrees, saturation: 0.61, 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 #CFA536 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 54 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.19 |
| HSL | 43.53º | 0.61% | 0.51% | - |
| HSV(B) | 43.53º | 0.74% | 0.81% | - |
| XYZ | 39.85 | 40.44 | 9.2 | - |
| YUV | 164.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 54 | 0 | 0.20 | 0.74 | 0.19 | 43.53 | 0.61 | 0.51 |
| Hex | CF | A5 | 36 | 0 | 14 | 4A | 13 | 2C | 3D | 33 |
| Octal | 317 | 245 | 66 | 0 | 24 | 112 | 23 | 54 | 75 | 63 |
| Binary | 11001111 | 10100101 | 110110 | 0 | 10100 | 1001010 | 10011 | 101100 | 111101 | 110011 |
Color Harmonies of #CFA536
Complementary color
Monochromatic Colors of #CFA536
Black with #CFA536
Text Example
Text Example
White with #CFA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA536; }
p { color: rgb(207,165,54); }
H1.HeaderClassName
{
color: #CFA536;
}
.AnyTagClassName
{
color: #CFA536;
}
</style>
background-color css
<style>
a { background-color: #CFA536; }
a { background-color: rgb(207,165,54); }
div.DivClassName
{
background-color: #CFA536;
}
.BgClassName
{
background-color: #CFA536;
}
</style>
border-color css
<style>
span { border-color: #CFA536; }
span { border-color: rgb(207,165,54); }
td.TdClassName
{
border-color: #CFA536;
}
.TagClassName
{
border-color: #CFA536;
}
</style>