Shades of Old Gold #CFB039
Tints of Old Gold #CFB039
RGB
CMYK
RGB Variations
Color information
#CFB039 (or 0xCFB039) is known color: Old Gold. HEX triplet: CF, B0 and 39. RGB value is (207,176,57). Sum of RGB (Red+Green+Blue) = 207+176+57=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB039 is #304FC6. Grayscale: #ACACAC. Windows color (decimal): -3166151 or 3780815. OLE color: 3780815.
HSL color Cylindrical-coordinate representation of color #CFB039: hue angle of 47.6º 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 #CFB039 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 57 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.19 |
| HSL | 47.6º | 0.61% | 0.52% | - |
| HSV(B) | 47.6º | 0.72% | 0.81% | - |
| XYZ | 42 | 44.61 | 10.27 | - |
| YUV | 171.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 57 | 0 | 0.15 | 0.72 | 0.19 | 47.6 | 0.61 | 0.52 |
| Hex | CF | B0 | 39 | 0 | F | 48 | 13 | 30 | 3D | 34 |
| Octal | 317 | 260 | 71 | 0 | 17 | 110 | 23 | 60 | 75 | 64 |
| Binary | 11001111 | 10110000 | 111001 | 0 | 1111 | 1001000 | 10011 | 110000 | 111101 | 110100 |
Color Harmonies of #CFB039
Complementary color
Monochromatic Colors of #CFB039
Black with #CFB039
Text Example
Text Example
White with #CFB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB039; }
p { color: rgb(207,176,57); }
H1.HeaderClassName
{
color: #CFB039;
}
.AnyTagClassName
{
color: #CFB039;
}
</style>
background-color css
<style>
a { background-color: #CFB039; }
a { background-color: rgb(207,176,57); }
div.DivClassName
{
background-color: #CFB039;
}
.BgClassName
{
background-color: #CFB039;
}
</style>
border-color css
<style>
span { border-color: #CFB039; }
span { border-color: rgb(207,176,57); }
td.TdClassName
{
border-color: #CFB039;
}
.TagClassName
{
border-color: #CFB039;
}
</style>