Shades of Old Gold #CFB93B
Tints of Old Gold #CFB93B
RGB
CMYK
RGB Variations
Color information
#CFB93B (or 0xCFB93B) is known color: Old Gold. HEX triplet: CF, B9 and 3B. RGB value is (207,185,59). Sum of RGB (Red+Green+Blue) = 207+185+59=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93B is #3046C4. Grayscale: #B1B1B1. Windows color (decimal): -3163845 or 3914191. OLE color: 3914191.
HSL color Cylindrical-coordinate representation of color #CFB93B: hue angle of 51.08º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB93B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 59 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.19 |
| HSL | 51.08º | 0.61% | 0.52% | - |
| HSV(B) | 51.08º | 0.71% | 0.81% | - |
| XYZ | 43.87 | 48.28 | 11.14 | - |
| YUV | 177.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 59 | 0 | 0.11 | 0.71 | 0.19 | 51.08 | 0.61 | 0.52 |
| Hex | CF | B9 | 3B | 0 | B | 47 | 13 | 33 | 3D | 34 |
| Octal | 317 | 271 | 73 | 0 | 13 | 107 | 23 | 63 | 75 | 64 |
| Binary | 11001111 | 10111001 | 111011 | 0 | 1011 | 1000111 | 10011 | 110011 | 111101 | 110100 |
Color Harmonies of #CFB93B
Complementary color
Monochromatic Colors of #CFB93B
Black with #CFB93B
Text Example
Text Example
White with #CFB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB93B; }
p { color: rgb(207,185,59); }
H1.HeaderClassName
{
color: #CFB93B;
}
.AnyTagClassName
{
color: #CFB93B;
}
</style>
background-color css
<style>
a { background-color: #CFB93B; }
a { background-color: rgb(207,185,59); }
div.DivClassName
{
background-color: #CFB93B;
}
.BgClassName
{
background-color: #CFB93B;
}
</style>
border-color css
<style>
span { border-color: #CFB93B; }
span { border-color: rgb(207,185,59); }
td.TdClassName
{
border-color: #CFB93B;
}
.TagClassName
{
border-color: #CFB93B;
}
</style>