Shades of Old Gold #CFB93E
Tints of Old Gold #CFB93E
RGB
CMYK
RGB Variations
Color information
#CFB93E (or 0xCFB93E) is known color: Old Gold. HEX triplet: CF, B9 and 3E. RGB value is (207,185,62). Sum of RGB (Red+Green+Blue) = 207+185+62=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93E is #3046C1. Grayscale: #B2B2B2. Windows color (decimal): -3163842 or 4110799. OLE color: 4110799.
HSL color Cylindrical-coordinate representation of color #CFB93E: hue angle of 50.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB93E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 62 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.19 |
| HSL | 50.9º | 0.6% | 0.53% | - |
| HSV(B) | 50.9º | 0.7% | 0.81% | - |
| XYZ | 43.95 | 48.31 | 11.57 | - |
| YUV | 177.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 62 | 0 | 0.11 | 0.70 | 0.19 | 50.9 | 0.6 | 0.53 |
| Hex | CF | B9 | 3E | 0 | B | 46 | 13 | 33 | 3C | 35 |
| Octal | 317 | 271 | 76 | 0 | 13 | 106 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111001 | 111110 | 0 | 1011 | 1000110 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFB93E
Complementary color
Monochromatic Colors of #CFB93E
Black with #CFB93E
Text Example
Text Example
White with #CFB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB93E; }
p { color: rgb(207,185,62); }
H1.HeaderClassName
{
color: #CFB93E;
}
.AnyTagClassName
{
color: #CFB93E;
}
</style>
background-color css
<style>
a { background-color: #CFB93E; }
a { background-color: rgb(207,185,62); }
div.DivClassName
{
background-color: #CFB93E;
}
.BgClassName
{
background-color: #CFB93E;
}
</style>
border-color css
<style>
span { border-color: #CFB93E; }
span { border-color: rgb(207,185,62); }
td.TdClassName
{
border-color: #CFB93E;
}
.TagClassName
{
border-color: #CFB93E;
}
</style>