Shades of Metallic Gold #CFAD32
Tints of Metallic Gold #CFAD32
RGB
CMYK
RGB Variations
Color information
#CFAD32 (or 0xCFAD32) is known color: Metallic Gold. HEX triplet: CF, AD and 32. RGB value is (207,173,50). Sum of RGB (Red+Green+Blue) = 207+173+50=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD32 is #3052CD. Grayscale: #A9A9A9. Windows color (decimal): -3166926 or 3321295. OLE color: 3321295.
HSL color Cylindrical-coordinate representation of color #CFAD32: hue angle of 47.01º 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 #CFAD32 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 50 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.19 |
| HSL | 47.01º | 0.62% | 0.5% | - |
| HSV(B) | 47.01º | 0.76% | 0.81% | - |
| XYZ | 41.25 | 43.38 | 9.22 | - |
| YUV | 169.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 50 | 0 | 0.16 | 0.76 | 0.19 | 47.01 | 0.62 | 0.5 |
| Hex | CF | AD | 32 | 0 | 10 | 4C | 13 | 2F | 3E | 32 |
| Octal | 317 | 255 | 62 | 0 | 20 | 114 | 23 | 57 | 76 | 62 |
| Binary | 11001111 | 10101101 | 110010 | 0 | 10000 | 1001100 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CFAD32
Complementary color
Monochromatic Colors of #CFAD32
Black with #CFAD32
Text Example
Text Example
White with #CFAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD32; }
p { color: rgb(207,173,50); }
H1.HeaderClassName
{
color: #CFAD32;
}
.AnyTagClassName
{
color: #CFAD32;
}
</style>
background-color css
<style>
a { background-color: #CFAD32; }
a { background-color: rgb(207,173,50); }
div.DivClassName
{
background-color: #CFAD32;
}
.BgClassName
{
background-color: #CFAD32;
}
</style>
border-color css
<style>
span { border-color: #CFAD32; }
span { border-color: rgb(207,173,50); }
td.TdClassName
{
border-color: #CFAD32;
}
.TagClassName
{
border-color: #CFAD32;
}
</style>