Shades of Old Gold #CFB742
Tints of Old Gold #CFB742
RGB
CMYK
RGB Variations
Color information
#CFB742 (or 0xCFB742) is known color: Old Gold. HEX triplet: CF, B7 and 42. RGB value is (207,183,66). Sum of RGB (Red+Green+Blue) = 207+183+66=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB742 is #3048BD. Grayscale: #B1B1B1. Windows color (decimal): -3164350 or 4372431. OLE color: 4372431.
HSL color Cylindrical-coordinate representation of color #CFB742: hue angle of 49.79º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB742 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 66 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.19 |
| HSL | 49.79º | 0.59% | 0.54% | - |
| HSV(B) | 49.79º | 0.68% | 0.81% | - |
| XYZ | 43.65 | 47.53 | 12.03 | - |
| YUV | 176.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 66 | 0 | 0.12 | 0.68 | 0.19 | 49.79 | 0.59 | 0.54 |
| Hex | CF | B7 | 42 | 0 | C | 44 | 13 | 32 | 3B | 36 |
| Octal | 317 | 267 | 102 | 0 | 14 | 104 | 23 | 62 | 73 | 66 |
| Binary | 11001111 | 10110111 | 1000010 | 0 | 1100 | 1000100 | 10011 | 110010 | 111011 | 110110 |
Color Harmonies of #CFB742
Complementary color
Monochromatic Colors of #CFB742
Black with #CFB742
Text Example
Text Example
White with #CFB742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB742; }
p { color: rgb(207,183,66); }
H1.HeaderClassName
{
color: #CFB742;
}
.AnyTagClassName
{
color: #CFB742;
}
</style>
background-color css
<style>
a { background-color: #CFB742; }
a { background-color: rgb(207,183,66); }
div.DivClassName
{
background-color: #CFB742;
}
.BgClassName
{
background-color: #CFB742;
}
</style>
border-color css
<style>
span { border-color: #CFB742; }
span { border-color: rgb(207,183,66); }
td.TdClassName
{
border-color: #CFB742;
}
.TagClassName
{
border-color: #CFB742;
}
</style>