Shades of Old Gold #CFBB4D
Tints of Old Gold #CFBB4D
RGB
CMYK
RGB Variations
Color information
#CFBB4D (or 0xCFBB4D) is known color: Old Gold. HEX triplet: CF, BB and 4D. RGB value is (207,187,77). Sum of RGB (Red+Green+Blue) = 207+187+77=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB4D is #3044B2. Grayscale: #B4B4B4. Windows color (decimal): -3163315 or 5094351. OLE color: 5094351.
HSL color Cylindrical-coordinate representation of color #CFBB4D: hue angle of 50.77º 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 #CFBB4D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 77 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.19 |
| HSL | 50.77º | 0.58% | 0.56% | - |
| HSV(B) | 50.77º | 0.63% | 0.81% | - |
| XYZ | 44.84 | 49.34 | 14.18 | - |
| YUV | 180.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 77 | 0 | 0.10 | 0.63 | 0.19 | 50.77 | 0.58 | 0.56 |
| Hex | CF | BB | 4D | 0 | A | 3F | 13 | 33 | 3A | 38 |
| Octal | 317 | 273 | 115 | 0 | 12 | 77 | 23 | 63 | 72 | 70 |
| Binary | 11001111 | 10111011 | 1001101 | 0 | 1010 | 111111 | 10011 | 110011 | 111010 | 111000 |
Color Harmonies of #CFBB4D
Complementary color
Monochromatic Colors of #CFBB4D
Black with #CFBB4D
Text Example
Text Example
White with #CFBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB4D; }
p { color: rgb(207,187,77); }
H1.HeaderClassName
{
color: #CFBB4D;
}
.AnyTagClassName
{
color: #CFBB4D;
}
</style>
background-color css
<style>
a { background-color: #CFBB4D; }
a { background-color: rgb(207,187,77); }
div.DivClassName
{
background-color: #CFBB4D;
}
.BgClassName
{
background-color: #CFBB4D;
}
</style>
border-color css
<style>
span { border-color: #CFBB4D; }
span { border-color: rgb(207,187,77); }
td.TdClassName
{
border-color: #CFBB4D;
}
.TagClassName
{
border-color: #CFBB4D;
}
</style>