Shades of Metallic Gold #CFA433
Tints of Metallic Gold #CFA433
RGB
CMYK
RGB Variations
Color information
#CFA433 (or 0xCFA433) is known color: Metallic Gold. HEX triplet: CF, A4 and 33. RGB value is (207,164,51). Sum of RGB (Red+Green+Blue) = 207+164+51=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA433 is #305BCC. Grayscale: #A4A4A4. Windows color (decimal): -3169229 or 3384527. OLE color: 3384527.
HSL color Cylindrical-coordinate representation of color #CFA433: hue angle of 43.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFA433 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 51 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.19 |
| HSL | 43.46º | 0.62% | 0.51% | - |
| HSV(B) | 43.46º | 0.75% | 0.81% | - |
| XYZ | 39.61 | 40.06 | 8.78 | - |
| YUV | 163.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 51 | 0 | 0.21 | 0.75 | 0.19 | 43.46 | 0.62 | 0.51 |
| Hex | CF | A4 | 33 | 0 | 15 | 4B | 13 | 2B | 3E | 33 |
| Octal | 317 | 244 | 63 | 0 | 25 | 113 | 23 | 53 | 76 | 63 |
| Binary | 11001111 | 10100100 | 110011 | 0 | 10101 | 1001011 | 10011 | 101011 | 111110 | 110011 |
Color Harmonies of #CFA433
Complementary color
Monochromatic Colors of #CFA433
Black with #CFA433
Text Example
Text Example
White with #CFA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA433; }
p { color: rgb(207,164,51); }
H1.HeaderClassName
{
color: #CFA433;
}
.AnyTagClassName
{
color: #CFA433;
}
</style>
background-color css
<style>
a { background-color: #CFA433; }
a { background-color: rgb(207,164,51); }
div.DivClassName
{
background-color: #CFA433;
}
.BgClassName
{
background-color: #CFA433;
}
</style>
border-color css
<style>
span { border-color: #CFA433; }
span { border-color: rgb(207,164,51); }
td.TdClassName
{
border-color: #CFA433;
}
.TagClassName
{
border-color: #CFA433;
}
</style>