Shades of Metallic Gold #CFA23D
Tints of Metallic Gold #CFA23D
RGB
CMYK
RGB Variations
Color information
#CFA23D (or 0xCFA23D) is known color: Metallic Gold. HEX triplet: CF, A2 and 3D. RGB value is (207,162,61). Sum of RGB (Red+Green+Blue) = 207+162+61=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA23D is #305DC2. Grayscale: #A4A4A4. Windows color (decimal): -3169731 or 4039375. OLE color: 4039375.
HSL color Cylindrical-coordinate representation of color #CFA23D: hue angle of 41.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA23D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.19 |
| HSL | 41.51º | 0.6% | 0.53% | - |
| HSV(B) | 41.51º | 0.71% | 0.81% | - |
| XYZ | 39.49 | 39.44 | 9.95 | - |
| YUV | 163.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 61 | 0 | 0.22 | 0.71 | 0.19 | 41.51 | 0.6 | 0.53 |
| Hex | CF | A2 | 3D | 0 | 16 | 47 | 13 | 2A | 3C | 35 |
| Octal | 317 | 242 | 75 | 0 | 26 | 107 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100010 | 111101 | 0 | 10110 | 1000111 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA23D
Complementary color
Monochromatic Colors of #CFA23D
Black with #CFA23D
Text Example
Text Example
White with #CFA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA23D; }
p { color: rgb(207,162,61); }
H1.HeaderClassName
{
color: #CFA23D;
}
.AnyTagClassName
{
color: #CFA23D;
}
</style>
background-color css
<style>
a { background-color: #CFA23D; }
a { background-color: rgb(207,162,61); }
div.DivClassName
{
background-color: #CFA23D;
}
.BgClassName
{
background-color: #CFA23D;
}
</style>
border-color css
<style>
span { border-color: #CFA23D; }
span { border-color: rgb(207,162,61); }
td.TdClassName
{
border-color: #CFA23D;
}
.TagClassName
{
border-color: #CFA23D;
}
</style>