Shades of Old Gold #CFBD2F
Tints of Old Gold #CFBD2F
RGB
CMYK
RGB Variations
Color information
#CFBD2F (or 0xCFBD2F) is known color: Old Gold. HEX triplet: CF, BD and 2F. RGB value is (207,189,47). Sum of RGB (Red+Green+Blue) = 207+189+47=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD2F is #3042D0. Grayscale: #B2B2B2. Windows color (decimal): -3162833 or 3128783. OLE color: 3128783.
HSL color Cylindrical-coordinate representation of color #CFBD2F: hue angle of 53.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 #CFBD2F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 47 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.19 |
| HSL | 53.25º | 0.63% | 0.5% | - |
| HSV(B) | 53.25º | 0.77% | 0.81% | - |
| XYZ | 44.44 | 49.87 | 9.97 | - |
| YUV | 178.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 47 | 0 | 0.09 | 0.77 | 0.19 | 53.25 | 0.63 | 0.5 |
| Hex | CF | BD | 2F | 0 | 9 | 4D | 13 | 35 | 3F | 32 |
| Octal | 317 | 275 | 57 | 0 | 11 | 115 | 23 | 65 | 77 | 62 |
| Binary | 11001111 | 10111101 | 101111 | 0 | 1001 | 1001101 | 10011 | 110101 | 111111 | 110010 |
Color Harmonies of #CFBD2F
Complementary color
Monochromatic Colors of #CFBD2F
Black with #CFBD2F
Text Example
Text Example
White with #CFBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD2F; }
p { color: rgb(207,189,47); }
H1.HeaderClassName
{
color: #CFBD2F;
}
.AnyTagClassName
{
color: #CFBD2F;
}
</style>
background-color css
<style>
a { background-color: #CFBD2F; }
a { background-color: rgb(207,189,47); }
div.DivClassName
{
background-color: #CFBD2F;
}
.BgClassName
{
background-color: #CFBD2F;
}
</style>
border-color css
<style>
span { border-color: #CFBD2F; }
span { border-color: rgb(207,189,47); }
td.TdClassName
{
border-color: #CFBD2F;
}
.TagClassName
{
border-color: #CFBD2F;
}
</style>