Shades of Metallic Gold #CFAC31
Tints of Metallic Gold #CFAC31
RGB
CMYK
RGB Variations
Color information
#CFAC31 (or 0xCFAC31) is known color: Metallic Gold. HEX triplet: CF, AC and 31. RGB value is (207,172,49). Sum of RGB (Red+Green+Blue) = 207+172+49=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC31 is #3053CE. Grayscale: #A8A8A8. Windows color (decimal): -3167183 or 3255503. OLE color: 3255503.
HSL color Cylindrical-coordinate representation of color #CFAC31: hue angle of 46.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFAC31 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 49 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.19 |
| HSL | 46.71º | 0.62% | 0.5% | - |
| HSV(B) | 46.71º | 0.76% | 0.81% | - |
| XYZ | 41.04 | 42.99 | 9.04 | - |
| YUV | 168.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 49 | 0 | 0.17 | 0.76 | 0.19 | 46.71 | 0.62 | 0.5 |
| Hex | CF | AC | 31 | 0 | 11 | 4C | 13 | 2F | 3E | 32 |
| Octal | 317 | 254 | 61 | 0 | 21 | 114 | 23 | 57 | 76 | 62 |
| Binary | 11001111 | 10101100 | 110001 | 0 | 10001 | 1001100 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CFAC31
Complementary color
Monochromatic Colors of #CFAC31
Black with #CFAC31
Text Example
Text Example
White with #CFAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC31; }
p { color: rgb(207,172,49); }
H1.HeaderClassName
{
color: #CFAC31;
}
.AnyTagClassName
{
color: #CFAC31;
}
</style>
background-color css
<style>
a { background-color: #CFAC31; }
a { background-color: rgb(207,172,49); }
div.DivClassName
{
background-color: #CFAC31;
}
.BgClassName
{
background-color: #CFAC31;
}
</style>
border-color css
<style>
span { border-color: #CFAC31; }
span { border-color: rgb(207,172,49); }
td.TdClassName
{
border-color: #CFAC31;
}
.TagClassName
{
border-color: #CFAC31;
}
</style>