Shades of Metallic Gold #CFA33C
Tints of Metallic Gold #CFA33C
RGB
CMYK
RGB Variations
Color information
#CFA33C (or 0xCFA33C) is known color: Metallic Gold. HEX triplet: CF, A3 and 3C. RGB value is (207,163,60). Sum of RGB (Red+Green+Blue) = 207+163+60=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33C is #305CC3. Grayscale: #A4A4A4. Windows color (decimal): -3169476 or 3974095. OLE color: 3974095.
HSL color Cylindrical-coordinate representation of color #CFA33C: hue angle of 42.04º degrees, saturation: 0.6, 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 #CFA33C is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 60 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.19 |
| HSL | 42.04º | 0.6% | 0.52% | - |
| HSV(B) | 42.04º | 0.71% | 0.81% | - |
| XYZ | 39.64 | 39.79 | 9.86 | - |
| YUV | 164.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 60 | 0 | 0.21 | 0.71 | 0.19 | 42.04 | 0.6 | 0.52 |
| Hex | CF | A3 | 3C | 0 | 15 | 47 | 13 | 2A | 3C | 34 |
| Octal | 317 | 243 | 74 | 0 | 25 | 107 | 23 | 52 | 74 | 64 |
| Binary | 11001111 | 10100011 | 111100 | 0 | 10101 | 1000111 | 10011 | 101010 | 111100 | 110100 |
Color Harmonies of #CFA33C
Complementary color
Monochromatic Colors of #CFA33C
Black with #CFA33C
Text Example
Text Example
White with #CFA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA33C; }
p { color: rgb(207,163,60); }
H1.HeaderClassName
{
color: #CFA33C;
}
.AnyTagClassName
{
color: #CFA33C;
}
</style>
background-color css
<style>
a { background-color: #CFA33C; }
a { background-color: rgb(207,163,60); }
div.DivClassName
{
background-color: #CFA33C;
}
.BgClassName
{
background-color: #CFA33C;
}
</style>
border-color css
<style>
span { border-color: #CFA33C; }
span { border-color: rgb(207,163,60); }
td.TdClassName
{
border-color: #CFA33C;
}
.TagClassName
{
border-color: #CFA33C;
}
</style>