Shades of Old Gold #CFB938
Tints of Old Gold #CFB938
RGB
CMYK
RGB Variations
Color information
#CFB938 (or 0xCFB938) is known color: Old Gold. HEX triplet: CF, B9 and 38. RGB value is (207,185,56). Sum of RGB (Red+Green+Blue) = 207+185+56=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB938 is #3046C7. Grayscale: #B1B1B1. Windows color (decimal): -3163848 or 3717583. OLE color: 3717583.
HSL color Cylindrical-coordinate representation of color #CFB938: hue angle of 51.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFB938 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 56 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.19 |
| HSL | 51.26º | 0.61% | 0.52% | - |
| HSV(B) | 51.26º | 0.73% | 0.81% | - |
| XYZ | 43.79 | 48.25 | 10.75 | - |
| YUV | 176.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 56 | 0 | 0.11 | 0.73 | 0.19 | 51.26 | 0.61 | 0.52 |
| Hex | CF | B9 | 38 | 0 | B | 49 | 13 | 33 | 3D | 34 |
| Octal | 317 | 271 | 70 | 0 | 13 | 111 | 23 | 63 | 75 | 64 |
| Binary | 11001111 | 10111001 | 111000 | 0 | 1011 | 1001001 | 10011 | 110011 | 111101 | 110100 |
Color Harmonies of #CFB938
Complementary color
Monochromatic Colors of #CFB938
Black with #CFB938
Text Example
Text Example
White with #CFB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB938; }
p { color: rgb(207,185,56); }
H1.HeaderClassName
{
color: #CFB938;
}
.AnyTagClassName
{
color: #CFB938;
}
</style>
background-color css
<style>
a { background-color: #CFB938; }
a { background-color: rgb(207,185,56); }
div.DivClassName
{
background-color: #CFB938;
}
.BgClassName
{
background-color: #CFB938;
}
</style>
border-color css
<style>
span { border-color: #CFB938; }
span { border-color: rgb(207,185,56); }
td.TdClassName
{
border-color: #CFB938;
}
.TagClassName
{
border-color: #CFB938;
}
</style>