Shades of Old Gold #CFB845
Tints of Old Gold #CFB845
RGB
CMYK
RGB Variations
Color information
#CFB845 (or 0xCFB845) is known color: Old Gold. HEX triplet: CF, B8 and 45. RGB value is (207,184,69). Sum of RGB (Red+Green+Blue) = 207+184+69=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB845 is #3047BA. Grayscale: #B2B2B2. Windows color (decimal): -3164091 or 4569295. OLE color: 4569295.
HSL color Cylindrical-coordinate representation of color #CFB845: hue angle of 50º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB845 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 69 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.19 |
| HSL | 50º | 0.59% | 0.54% | - |
| HSV(B) | 50º | 0.67% | 0.81% | - |
| XYZ | 43.95 | 47.98 | 12.57 | - |
| YUV | 177.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 69 | 0 | 0.11 | 0.67 | 0.19 | 50 | 0.59 | 0.54 |
| Hex | CF | B8 | 45 | 0 | B | 43 | 13 | 32 | 3B | 36 |
| Octal | 317 | 270 | 105 | 0 | 13 | 103 | 23 | 62 | 73 | 66 |
| Binary | 11001111 | 10111000 | 1000101 | 0 | 1011 | 1000011 | 10011 | 110010 | 111011 | 110110 |
Color Harmonies of #CFB845
Complementary color
Monochromatic Colors of #CFB845
Black with #CFB845
Text Example
Text Example
White with #CFB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB845; }
p { color: rgb(207,184,69); }
H1.HeaderClassName
{
color: #CFB845;
}
.AnyTagClassName
{
color: #CFB845;
}
</style>
background-color css
<style>
a { background-color: #CFB845; }
a { background-color: rgb(207,184,69); }
div.DivClassName
{
background-color: #CFB845;
}
.BgClassName
{
background-color: #CFB845;
}
</style>
border-color css
<style>
span { border-color: #CFB845; }
span { border-color: rgb(207,184,69); }
td.TdClassName
{
border-color: #CFB845;
}
.TagClassName
{
border-color: #CFB845;
}
</style>