Shades of Metallic Gold #CFAE31
Tints of Metallic Gold #CFAE31
RGB
CMYK
RGB Variations
Color information
#CFAE31 (or 0xCFAE31) is known color: Metallic Gold. HEX triplet: CF, AE and 31. RGB value is (207,174,49). Sum of RGB (Red+Green+Blue) = 207+174+49=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE31 is #3051CE. Grayscale: #AAAAAA. Windows color (decimal): -3166671 or 3256015. OLE color: 3256015.
HSL color Cylindrical-coordinate representation of color #CFAE31: hue angle of 47.47º 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 #CFAE31 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 49 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.19 |
| HSL | 47.47º | 0.62% | 0.5% | - |
| HSV(B) | 47.47º | 0.76% | 0.81% | - |
| XYZ | 41.42 | 43.76 | 9.17 | - |
| YUV | 169.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 49 | 0 | 0.16 | 0.76 | 0.19 | 47.47 | 0.62 | 0.5 |
| Hex | CF | AE | 31 | 0 | 10 | 4C | 13 | 2F | 3E | 32 |
| Octal | 317 | 256 | 61 | 0 | 20 | 114 | 23 | 57 | 76 | 62 |
| Binary | 11001111 | 10101110 | 110001 | 0 | 10000 | 1001100 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CFAE31
Complementary color
Monochromatic Colors of #CFAE31
Black with #CFAE31
Text Example
Text Example
White with #CFAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE31; }
p { color: rgb(207,174,49); }
H1.HeaderClassName
{
color: #CFAE31;
}
.AnyTagClassName
{
color: #CFAE31;
}
</style>
background-color css
<style>
a { background-color: #CFAE31; }
a { background-color: rgb(207,174,49); }
div.DivClassName
{
background-color: #CFAE31;
}
.BgClassName
{
background-color: #CFAE31;
}
</style>
border-color css
<style>
span { border-color: #CFAE31; }
span { border-color: rgb(207,174,49); }
td.TdClassName
{
border-color: #CFAE31;
}
.TagClassName
{
border-color: #CFAE31;
}
</style>