Shades of Old Gold #CFB729
Tints of Old Gold #CFB729
RGB
CMYK
RGB Variations
Color information
#CFB729 (or 0xCFB729) is known color: Old Gold. HEX triplet: CF, B7 and 29. RGB value is (207,183,41). Sum of RGB (Red+Green+Blue) = 207+183+41=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB729 is #3048D6. Grayscale: #AEAEAE. Windows color (decimal): -3164375 or 2734031. OLE color: 2734031.
HSL color Cylindrical-coordinate representation of color #CFB729: hue angle of 51.33º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFB729 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 41 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.19 |
| HSL | 51.33º | 0.67% | 0.49% | - |
| HSV(B) | 51.33º | 0.8% | 0.81% | - |
| XYZ | 43.07 | 47.29 | 8.96 | - |
| YUV | 173.99 | 52.95 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 41 | 0 | 0.12 | 0.80 | 0.19 | 51.33 | 0.67 | 0.49 |
| Hex | CF | B7 | 29 | 0 | C | 50 | 13 | 33 | 43 | 31 |
| Octal | 317 | 267 | 51 | 0 | 14 | 120 | 23 | 63 | 103 | 61 |
| Binary | 11001111 | 10110111 | 101001 | 0 | 1100 | 1010000 | 10011 | 110011 | 1000011 | 110001 |
Color Harmonies of #CFB729
Complementary color
Monochromatic Colors of #CFB729
Black with #CFB729
Text Example
Text Example
White with #CFB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB729; }
p { color: rgb(207,183,41); }
H1.HeaderClassName
{
color: #CFB729;
}
.AnyTagClassName
{
color: #CFB729;
}
</style>
background-color css
<style>
a { background-color: #CFB729; }
a { background-color: rgb(207,183,41); }
div.DivClassName
{
background-color: #CFB729;
}
.BgClassName
{
background-color: #CFB729;
}
</style>
border-color css
<style>
span { border-color: #CFB729; }
span { border-color: rgb(207,183,41); }
td.TdClassName
{
border-color: #CFB729;
}
.TagClassName
{
border-color: #CFB729;
}
</style>