Shades of Metallic Gold #CFAD2F
Tints of Metallic Gold #CFAD2F
RGB
CMYK
RGB Variations
Color information
#CFAD2F (or 0xCFAD2F) is known color: Metallic Gold. HEX triplet: CF, AD and 2F. RGB value is (207,173,47). Sum of RGB (Red+Green+Blue) = 207+173+47=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD2F is #3052D0. Grayscale: #A9A9A9. Windows color (decimal): -3166929 or 3124687. OLE color: 3124687.
HSL color Cylindrical-coordinate representation of color #CFAD2F: hue angle of 47.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFAD2F is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 47 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.19 |
| HSL | 47.25º | 0.63% | 0.5% | - |
| HSV(B) | 47.25º | 0.77% | 0.81% | - |
| XYZ | 41.19 | 43.36 | 8.89 | - |
| YUV | 168.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 47 | 0 | 0.16 | 0.77 | 0.19 | 47.25 | 0.63 | 0.5 |
| Hex | CF | AD | 2F | 0 | 10 | 4D | 13 | 2F | 3F | 32 |
| Octal | 317 | 255 | 57 | 0 | 20 | 115 | 23 | 57 | 77 | 62 |
| Binary | 11001111 | 10101101 | 101111 | 0 | 10000 | 1001101 | 10011 | 101111 | 111111 | 110010 |
Color Harmonies of #CFAD2F
Complementary color
Monochromatic Colors of #CFAD2F
Black with #CFAD2F
Text Example
Text Example
White with #CFAD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD2F; }
p { color: rgb(207,173,47); }
H1.HeaderClassName
{
color: #CFAD2F;
}
.AnyTagClassName
{
color: #CFAD2F;
}
</style>
background-color css
<style>
a { background-color: #CFAD2F; }
a { background-color: rgb(207,173,47); }
div.DivClassName
{
background-color: #CFAD2F;
}
.BgClassName
{
background-color: #CFAD2F;
}
</style>
border-color css
<style>
span { border-color: #CFAD2F; }
span { border-color: rgb(207,173,47); }
td.TdClassName
{
border-color: #CFAD2F;
}
.TagClassName
{
border-color: #CFAD2F;
}
</style>