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