Shades of Old Gold #CFB140
Tints of Old Gold #CFB140
RGB
CMYK
RGB Variations
Color information
#CFB140 (or 0xCFB140) is known color: Old Gold. HEX triplet: CF, B1 and 40. RGB value is (207,177,64). Sum of RGB (Red+Green+Blue) = 207+177+64=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB140 is #304EBF. Grayscale: #ADADAD. Windows color (decimal): -3165888 or 4239823. OLE color: 4239823.
HSL color Cylindrical-coordinate representation of color #CFB140: hue angle of 47.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB140 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 64 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.19 |
| HSL | 47.41º | 0.6% | 0.53% | - |
| HSV(B) | 47.41º | 0.69% | 0.81% | - |
| XYZ | 42.38 | 45.08 | 11.32 | - |
| YUV | 173.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 64 | 0 | 0.14 | 0.69 | 0.19 | 47.41 | 0.6 | 0.53 |
| Hex | CF | B1 | 40 | 0 | E | 45 | 13 | 2F | 3C | 35 |
| Octal | 317 | 261 | 100 | 0 | 16 | 105 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10110001 | 1000000 | 0 | 1110 | 1000101 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFB140
Complementary color
Monochromatic Colors of #CFB140
Black with #CFB140
Text Example
Text Example
White with #CFB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB140; }
p { color: rgb(207,177,64); }
H1.HeaderClassName
{
color: #CFB140;
}
.AnyTagClassName
{
color: #CFB140;
}
</style>
background-color css
<style>
a { background-color: #CFB140; }
a { background-color: rgb(207,177,64); }
div.DivClassName
{
background-color: #CFB140;
}
.BgClassName
{
background-color: #CFB140;
}
</style>
border-color css
<style>
span { border-color: #CFB140; }
span { border-color: rgb(207,177,64); }
td.TdClassName
{
border-color: #CFB140;
}
.TagClassName
{
border-color: #CFB140;
}
</style>