Shades of Old Gold #CFB744
Tints of Old Gold #CFB744
RGB
CMYK
RGB Variations
Color information
#CFB744 (or 0xCFB744) is known color: Old Gold. HEX triplet: CF, B7 and 44. RGB value is (207,183,68). Sum of RGB (Red+Green+Blue) = 207+183+68=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB744 is #3048BB. Grayscale: #B1B1B1. Windows color (decimal): -3164348 or 4503503. OLE color: 4503503.
HSL color Cylindrical-coordinate representation of color #CFB744: hue angle of 49.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB744 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 68 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.19 |
| HSL | 49.64º | 0.59% | 0.54% | - |
| HSV(B) | 49.64º | 0.67% | 0.81% | - |
| XYZ | 43.71 | 47.55 | 12.34 | - |
| YUV | 177.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 68 | 0 | 0.12 | 0.67 | 0.19 | 49.64 | 0.59 | 0.54 |
| Hex | CF | B7 | 44 | 0 | C | 43 | 13 | 32 | 3B | 36 |
| Octal | 317 | 267 | 104 | 0 | 14 | 103 | 23 | 62 | 73 | 66 |
| Binary | 11001111 | 10110111 | 1000100 | 0 | 1100 | 1000011 | 10011 | 110010 | 111011 | 110110 |
Color Harmonies of #CFB744
Complementary color
Monochromatic Colors of #CFB744
Black with #CFB744
Text Example
Text Example
White with #CFB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB744; }
p { color: rgb(207,183,68); }
H1.HeaderClassName
{
color: #CFB744;
}
.AnyTagClassName
{
color: #CFB744;
}
</style>
background-color css
<style>
a { background-color: #CFB744; }
a { background-color: rgb(207,183,68); }
div.DivClassName
{
background-color: #CFB744;
}
.BgClassName
{
background-color: #CFB744;
}
</style>
border-color css
<style>
span { border-color: #CFB744; }
span { border-color: rgb(207,183,68); }
td.TdClassName
{
border-color: #CFB744;
}
.TagClassName
{
border-color: #CFB744;
}
</style>