Shades of Metallic Gold #CFAD2D
Tints of Metallic Gold #CFAD2D
RGB
CMYK
RGB Variations
Color information
#CFAD2D (or 0xCFAD2D) is known color: Metallic Gold. HEX triplet: CF, AD and 2D. RGB value is (207,173,45). Sum of RGB (Red+Green+Blue) = 207+173+45=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD2D is #3052D2. Grayscale: #A9A9A9. Windows color (decimal): -3166931 or 2993615. OLE color: 2993615.
HSL color Cylindrical-coordinate representation of color #CFAD2D: hue angle of 47.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFAD2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.19 |
| HSL | 47.41º | 0.64% | 0.49% | - |
| HSV(B) | 47.41º | 0.78% | 0.81% | - |
| XYZ | 41.15 | 43.34 | 8.68 | - |
| YUV | 168.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 45 | 0 | 0.16 | 0.78 | 0.19 | 47.41 | 0.64 | 0.49 |
| Hex | CF | AD | 2D | 0 | 10 | 4E | 13 | 2F | 40 | 31 |
| Octal | 317 | 255 | 55 | 0 | 20 | 116 | 23 | 57 | 100 | 61 |
| Binary | 11001111 | 10101101 | 101101 | 0 | 10000 | 1001110 | 10011 | 101111 | 1000000 | 110001 |
Color Harmonies of #CFAD2D
Complementary color
Monochromatic Colors of #CFAD2D
Black with #CFAD2D
Text Example
Text Example
White with #CFAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD2D; }
p { color: rgb(207,173,45); }
H1.HeaderClassName
{
color: #CFAD2D;
}
.AnyTagClassName
{
color: #CFAD2D;
}
</style>
background-color css
<style>
a { background-color: #CFAD2D; }
a { background-color: rgb(207,173,45); }
div.DivClassName
{
background-color: #CFAD2D;
}
.BgClassName
{
background-color: #CFAD2D;
}
</style>
border-color css
<style>
span { border-color: #CFAD2D; }
span { border-color: rgb(207,173,45); }
td.TdClassName
{
border-color: #CFAD2D;
}
.TagClassName
{
border-color: #CFAD2D;
}
</style>