Shades of Old Gold #CFBC4D
Tints of Old Gold #CFBC4D
RGB
CMYK
RGB Variations
Color information
#CFBC4D (or 0xCFBC4D) is known color: Old Gold. HEX triplet: CF, BC and 4D. RGB value is (207,188,77). Sum of RGB (Red+Green+Blue) = 207+188+77=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC4D is #3043B2. Grayscale: #B5B5B5. Windows color (decimal): -3163059 or 5094607. OLE color: 5094607.
HSL color Cylindrical-coordinate representation of color #CFBC4D: hue angle of 51.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBC4D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 77 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.19 |
| HSL | 51.23º | 0.58% | 0.56% | - |
| HSV(B) | 51.23º | 0.63% | 0.81% | - |
| XYZ | 45.05 | 49.77 | 14.25 | - |
| YUV | 181.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 77 | 0 | 0.09 | 0.63 | 0.19 | 51.23 | 0.58 | 0.56 |
| Hex | CF | BC | 4D | 0 | 9 | 3F | 13 | 33 | 3A | 38 |
| Octal | 317 | 274 | 115 | 0 | 11 | 77 | 23 | 63 | 72 | 70 |
| Binary | 11001111 | 10111100 | 1001101 | 0 | 1001 | 111111 | 10011 | 110011 | 111010 | 111000 |
Color Harmonies of #CFBC4D
Complementary color
Monochromatic Colors of #CFBC4D
Black with #CFBC4D
Text Example
Text Example
White with #CFBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC4D; }
p { color: rgb(207,188,77); }
H1.HeaderClassName
{
color: #CFBC4D;
}
.AnyTagClassName
{
color: #CFBC4D;
}
</style>
background-color css
<style>
a { background-color: #CFBC4D; }
a { background-color: rgb(207,188,77); }
div.DivClassName
{
background-color: #CFBC4D;
}
.BgClassName
{
background-color: #CFBC4D;
}
</style>
border-color css
<style>
span { border-color: #CFBC4D; }
span { border-color: rgb(207,188,77); }
td.TdClassName
{
border-color: #CFBC4D;
}
.TagClassName
{
border-color: #CFBC4D;
}
</style>