Shades of Old Gold #CFBB4B
Tints of Old Gold #CFBB4B
RGB
CMYK
RGB Variations
Color information
#CFBB4B (or 0xCFBB4B) is known color: Old Gold. HEX triplet: CF, BB and 4B. RGB value is (207,187,75). Sum of RGB (Red+Green+Blue) = 207+187+75=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB4B is #3044B4. Grayscale: #B4B4B4. Windows color (decimal): -3163317 or 4963279. OLE color: 4963279.
HSL color Cylindrical-coordinate representation of color #CFBB4B: hue angle of 50.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFBB4B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 75 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.19 |
| HSL | 50.91º | 0.58% | 0.55% | - |
| HSV(B) | 50.91º | 0.64% | 0.81% | - |
| XYZ | 44.77 | 49.31 | 13.82 | - |
| YUV | 180.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 75 | 0 | 0.10 | 0.64 | 0.19 | 50.91 | 0.58 | 0.55 |
| Hex | CF | BB | 4B | 0 | A | 40 | 13 | 33 | 3A | 37 |
| Octal | 317 | 273 | 113 | 0 | 12 | 100 | 23 | 63 | 72 | 67 |
| Binary | 11001111 | 10111011 | 1001011 | 0 | 1010 | 1000000 | 10011 | 110011 | 111010 | 110111 |
Color Harmonies of #CFBB4B
Complementary color
Monochromatic Colors of #CFBB4B
Black with #CFBB4B
Text Example
Text Example
White with #CFBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB4B; }
p { color: rgb(207,187,75); }
H1.HeaderClassName
{
color: #CFBB4B;
}
.AnyTagClassName
{
color: #CFBB4B;
}
</style>
background-color css
<style>
a { background-color: #CFBB4B; }
a { background-color: rgb(207,187,75); }
div.DivClassName
{
background-color: #CFBB4B;
}
.BgClassName
{
background-color: #CFBB4B;
}
</style>
border-color css
<style>
span { border-color: #CFBB4B; }
span { border-color: rgb(207,187,75); }
td.TdClassName
{
border-color: #CFBB4B;
}
.TagClassName
{
border-color: #CFBB4B;
}
</style>