Shades of Old Gold #CFB13F
Tints of Old Gold #CFB13F
RGB
CMYK
RGB Variations
Color information
#CFB13F (or 0xCFB13F) is known color: Old Gold. HEX triplet: CF, B1 and 3F. RGB value is (207,177,63). Sum of RGB (Red+Green+Blue) = 207+177+63=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB13F is #304EC0. Grayscale: #ADADAD. Windows color (decimal): -3165889 or 4174287. OLE color: 4174287.
HSL color Cylindrical-coordinate representation of color #CFB13F: hue angle of 47.5º 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 #CFB13F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 63 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.19 |
| HSL | 47.5º | 0.6% | 0.53% | - |
| HSV(B) | 47.5º | 0.7% | 0.81% | - |
| XYZ | 42.35 | 45.07 | 11.17 | - |
| YUV | 172.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 63 | 0 | 0.14 | 0.70 | 0.19 | 47.5 | 0.6 | 0.53 |
| Hex | CF | B1 | 3F | 0 | E | 46 | 13 | 30 | 3C | 35 |
| Octal | 317 | 261 | 77 | 0 | 16 | 106 | 23 | 60 | 74 | 65 |
| Binary | 11001111 | 10110001 | 111111 | 0 | 1110 | 1000110 | 10011 | 110000 | 111100 | 110101 |
Color Harmonies of #CFB13F
Complementary color
Monochromatic Colors of #CFB13F
Black with #CFB13F
Text Example
Text Example
White with #CFB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB13F; }
p { color: rgb(207,177,63); }
H1.HeaderClassName
{
color: #CFB13F;
}
.AnyTagClassName
{
color: #CFB13F;
}
</style>
background-color css
<style>
a { background-color: #CFB13F; }
a { background-color: rgb(207,177,63); }
div.DivClassName
{
background-color: #CFB13F;
}
.BgClassName
{
background-color: #CFB13F;
}
</style>
border-color css
<style>
span { border-color: #CFB13F; }
span { border-color: rgb(207,177,63); }
td.TdClassName
{
border-color: #CFB13F;
}
.TagClassName
{
border-color: #CFB13F;
}
</style>