Shades of Old Gold #CFBD40
Tints of Old Gold #CFBD40
RGB
CMYK
RGB Variations
Color information
#CFBD40 (or 0xCFBD40) is known color: Old Gold. HEX triplet: CF, BD and 40. RGB value is (207,189,64). Sum of RGB (Red+Green+Blue) = 207+189+64=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD40 is #3042BF. Grayscale: #B4B4B4. Windows color (decimal): -3162816 or 4242895. OLE color: 4242895.
HSL color Cylindrical-coordinate representation of color #CFBD40: hue angle of 52.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBD40 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 64 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.19 |
| HSL | 52.45º | 0.6% | 0.53% | - |
| HSV(B) | 52.45º | 0.69% | 0.81% | - |
| XYZ | 44.86 | 50.03 | 12.14 | - |
| YUV | 180.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 64 | 0 | 0.09 | 0.69 | 0.19 | 52.45 | 0.6 | 0.53 |
| Hex | CF | BD | 40 | 0 | 9 | 45 | 13 | 34 | 3C | 35 |
| Octal | 317 | 275 | 100 | 0 | 11 | 105 | 23 | 64 | 74 | 65 |
| Binary | 11001111 | 10111101 | 1000000 | 0 | 1001 | 1000101 | 10011 | 110100 | 111100 | 110101 |
Color Harmonies of #CFBD40
Complementary color
Monochromatic Colors of #CFBD40
Black with #CFBD40
Text Example
Text Example
White with #CFBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD40; }
p { color: rgb(207,189,64); }
H1.HeaderClassName
{
color: #CFBD40;
}
.AnyTagClassName
{
color: #CFBD40;
}
</style>
background-color css
<style>
a { background-color: #CFBD40; }
a { background-color: rgb(207,189,64); }
div.DivClassName
{
background-color: #CFBD40;
}
.BgClassName
{
background-color: #CFBD40;
}
</style>
border-color css
<style>
span { border-color: #CFBD40; }
span { border-color: rgb(207,189,64); }
td.TdClassName
{
border-color: #CFBD40;
}
.TagClassName
{
border-color: #CFBD40;
}
</style>