Shades of Metallic Gold #CFA330
Tints of Metallic Gold #CFA330
RGB
CMYK
RGB Variations
Color information
#CFA330 (or 0xCFA330) is known color: Metallic Gold. HEX triplet: CF, A3 and 30. RGB value is (207,163,48). Sum of RGB (Red+Green+Blue) = 207+163+48=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA330 is #305CCF. Grayscale: #A3A3A3. Windows color (decimal): -3169488 or 3187663. OLE color: 3187663.
HSL color Cylindrical-coordinate representation of color #CFA330: hue angle of 43.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA330 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 48 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.19 |
| HSL | 43.4º | 0.62% | 0.5% | - |
| HSV(B) | 43.4º | 0.77% | 0.81% | - |
| XYZ | 39.36 | 39.67 | 8.38 | - |
| YUV | 163.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 48 | 0 | 0.21 | 0.77 | 0.19 | 43.4 | 0.62 | 0.5 |
| Hex | CF | A3 | 30 | 0 | 15 | 4D | 13 | 2B | 3E | 32 |
| Octal | 317 | 243 | 60 | 0 | 25 | 115 | 23 | 53 | 76 | 62 |
| Binary | 11001111 | 10100011 | 110000 | 0 | 10101 | 1001101 | 10011 | 101011 | 111110 | 110010 |
Color Harmonies of #CFA330
Complementary color
Monochromatic Colors of #CFA330
Black with #CFA330
Text Example
Text Example
White with #CFA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA330; }
p { color: rgb(207,163,48); }
H1.HeaderClassName
{
color: #CFA330;
}
.AnyTagClassName
{
color: #CFA330;
}
</style>
background-color css
<style>
a { background-color: #CFA330; }
a { background-color: rgb(207,163,48); }
div.DivClassName
{
background-color: #CFA330;
}
.BgClassName
{
background-color: #CFA330;
}
</style>
border-color css
<style>
span { border-color: #CFA330; }
span { border-color: rgb(207,163,48); }
td.TdClassName
{
border-color: #CFA330;
}
.TagClassName
{
border-color: #CFA330;
}
</style>