Shades of Metallic Gold #CFAA32
Tints of Metallic Gold #CFAA32
RGB
CMYK
RGB Variations
Color information
#CFAA32 (or 0xCFAA32) is known color: Metallic Gold. HEX triplet: CF, AA and 32. RGB value is (207,170,50). Sum of RGB (Red+Green+Blue) = 207+170+50=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA32 is #3055CD. Grayscale: #A7A7A7. Windows color (decimal): -3167694 or 3320527. OLE color: 3320527.
HSL color Cylindrical-coordinate representation of color #CFAA32: hue angle of 45.86º 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 #CFAA32 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 50 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.19 |
| HSL | 45.86º | 0.62% | 0.5% | - |
| HSV(B) | 45.86º | 0.76% | 0.81% | - |
| XYZ | 40.68 | 42.25 | 9.03 | - |
| YUV | 167.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 50 | 0 | 0.18 | 0.76 | 0.19 | 45.86 | 0.62 | 0.5 |
| Hex | CF | AA | 32 | 0 | 12 | 4C | 13 | 2E | 3E | 32 |
| Octal | 317 | 252 | 62 | 0 | 22 | 114 | 23 | 56 | 76 | 62 |
| Binary | 11001111 | 10101010 | 110010 | 0 | 10010 | 1001100 | 10011 | 101110 | 111110 | 110010 |
Color Harmonies of #CFAA32
Complementary color
Monochromatic Colors of #CFAA32
Black with #CFAA32
Text Example
Text Example
White with #CFAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA32; }
p { color: rgb(207,170,50); }
H1.HeaderClassName
{
color: #CFAA32;
}
.AnyTagClassName
{
color: #CFAA32;
}
</style>
background-color css
<style>
a { background-color: #CFAA32; }
a { background-color: rgb(207,170,50); }
div.DivClassName
{
background-color: #CFAA32;
}
.BgClassName
{
background-color: #CFAA32;
}
</style>
border-color css
<style>
span { border-color: #CFAA32; }
span { border-color: rgb(207,170,50); }
td.TdClassName
{
border-color: #CFAA32;
}
.TagClassName
{
border-color: #CFAA32;
}
</style>