Shades of Old Gold #CFB93A
Tints of Old Gold #CFB93A
RGB
CMYK
RGB Variations
Color information
#CFB93A (or 0xCFB93A) is known color: Old Gold. HEX triplet: CF, B9 and 3A. RGB value is (207,185,58). Sum of RGB (Red+Green+Blue) = 207+185+58=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93A is #3046C5. Grayscale: #B1B1B1. Windows color (decimal): -3163846 or 3848655. OLE color: 3848655.
HSL color Cylindrical-coordinate representation of color #CFB93A: hue angle of 51.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFB93A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 58 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.19 |
| HSL | 51.14º | 0.61% | 0.52% | - |
| HSV(B) | 51.14º | 0.72% | 0.81% | - |
| XYZ | 43.84 | 48.27 | 11.01 | - |
| YUV | 177.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 58 | 0 | 0.11 | 0.72 | 0.19 | 51.14 | 0.61 | 0.52 |
| Hex | CF | B9 | 3A | 0 | B | 48 | 13 | 33 | 3D | 34 |
| Octal | 317 | 271 | 72 | 0 | 13 | 110 | 23 | 63 | 75 | 64 |
| Binary | 11001111 | 10111001 | 111010 | 0 | 1011 | 1001000 | 10011 | 110011 | 111101 | 110100 |
Color Harmonies of #CFB93A
Complementary color
Monochromatic Colors of #CFB93A
Black with #CFB93A
Text Example
Text Example
White with #CFB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB93A; }
p { color: rgb(207,185,58); }
H1.HeaderClassName
{
color: #CFB93A;
}
.AnyTagClassName
{
color: #CFB93A;
}
</style>
background-color css
<style>
a { background-color: #CFB93A; }
a { background-color: rgb(207,185,58); }
div.DivClassName
{
background-color: #CFB93A;
}
.BgClassName
{
background-color: #CFB93A;
}
</style>
border-color css
<style>
span { border-color: #CFB93A; }
span { border-color: rgb(207,185,58); }
td.TdClassName
{
border-color: #CFB93A;
}
.TagClassName
{
border-color: #CFB93A;
}
</style>