Shades of Old Gold #CFBD2E
Tints of Old Gold #CFBD2E
RGB
CMYK
RGB Variations
Color information
#CFBD2E (or 0xCFBD2E) is known color: Old Gold. HEX triplet: CF, BD and 2E. RGB value is (207,189,46). Sum of RGB (Red+Green+Blue) = 207+189+46=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD2E is #3042D1. Grayscale: #B2B2B2. Windows color (decimal): -3162834 or 3063247. OLE color: 3063247.
HSL color Cylindrical-coordinate representation of color #CFBD2E: hue angle of 53.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBD2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.19 |
| HSL | 53.29º | 0.64% | 0.5% | - |
| HSV(B) | 53.29º | 0.78% | 0.81% | - |
| XYZ | 44.42 | 49.86 | 9.87 | - |
| YUV | 178.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 46 | 0 | 0.09 | 0.78 | 0.19 | 53.29 | 0.64 | 0.5 |
| Hex | CF | BD | 2E | 0 | 9 | 4E | 13 | 35 | 40 | 32 |
| Octal | 317 | 275 | 56 | 0 | 11 | 116 | 23 | 65 | 100 | 62 |
| Binary | 11001111 | 10111101 | 101110 | 0 | 1001 | 1001110 | 10011 | 110101 | 1000000 | 110010 |
Color Harmonies of #CFBD2E
Complementary color
Monochromatic Colors of #CFBD2E
Black with #CFBD2E
Text Example
Text Example
White with #CFBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD2E; }
p { color: rgb(207,189,46); }
H1.HeaderClassName
{
color: #CFBD2E;
}
.AnyTagClassName
{
color: #CFBD2E;
}
</style>
background-color css
<style>
a { background-color: #CFBD2E; }
a { background-color: rgb(207,189,46); }
div.DivClassName
{
background-color: #CFBD2E;
}
.BgClassName
{
background-color: #CFBD2E;
}
</style>
border-color css
<style>
span { border-color: #CFBD2E; }
span { border-color: rgb(207,189,46); }
td.TdClassName
{
border-color: #CFBD2E;
}
.TagClassName
{
border-color: #CFBD2E;
}
</style>