Shades of Old Gold #CFB045
Tints of Old Gold #CFB045
RGB
CMYK
RGB Variations
Color information
#CFB045 (or 0xCFB045) is known color: Old Gold. HEX triplet: CF, B0 and 45. RGB value is (207,176,69). Sum of RGB (Red+Green+Blue) = 207+176+69=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB045 is #304FBA. Grayscale: #ADADAD. Windows color (decimal): -3166139 or 4567247. OLE color: 4567247.
HSL color Cylindrical-coordinate representation of color #CFB045: hue angle of 46.52º 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 #CFB045 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 69 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.19 |
| HSL | 46.52º | 0.59% | 0.54% | - |
| HSV(B) | 46.52º | 0.67% | 0.81% | - |
| XYZ | 42.33 | 44.75 | 12.04 | - |
| YUV | 173.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 69 | 0 | 0.15 | 0.67 | 0.19 | 46.52 | 0.59 | 0.54 |
| Hex | CF | B0 | 45 | 0 | F | 43 | 13 | 2F | 3B | 36 |
| Octal | 317 | 260 | 105 | 0 | 17 | 103 | 23 | 57 | 73 | 66 |
| Binary | 11001111 | 10110000 | 1000101 | 0 | 1111 | 1000011 | 10011 | 101111 | 111011 | 110110 |
Color Harmonies of #CFB045
Complementary color
Monochromatic Colors of #CFB045
Black with #CFB045
Text Example
Text Example
White with #CFB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB045; }
p { color: rgb(207,176,69); }
H1.HeaderClassName
{
color: #CFB045;
}
.AnyTagClassName
{
color: #CFB045;
}
</style>
background-color css
<style>
a { background-color: #CFB045; }
a { background-color: rgb(207,176,69); }
div.DivClassName
{
background-color: #CFB045;
}
.BgClassName
{
background-color: #CFB045;
}
</style>
border-color css
<style>
span { border-color: #CFB045; }
span { border-color: rgb(207,176,69); }
td.TdClassName
{
border-color: #CFB045;
}
.TagClassName
{
border-color: #CFB045;
}
</style>