Shades of Old Gold #CFB72E
Tints of Old Gold #CFB72E
RGB
CMYK
RGB Variations
Color information
#CFB72E (or 0xCFB72E) is known color: Old Gold. HEX triplet: CF, B7 and 2E. RGB value is (207,183,46). Sum of RGB (Red+Green+Blue) = 207+183+46=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB72E is #3048D1. Grayscale: #AFAFAF. Windows color (decimal): -3164370 or 3061711. OLE color: 3061711.
HSL color Cylindrical-coordinate representation of color #CFB72E: hue angle of 51.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB72E is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 46 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.19 |
| HSL | 51.06º | 0.64% | 0.5% | - |
| HSV(B) | 51.06º | 0.78% | 0.81% | - |
| XYZ | 43.16 | 47.33 | 9.45 | - |
| YUV | 174.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 46 | 0 | 0.12 | 0.78 | 0.19 | 51.06 | 0.64 | 0.5 |
| Hex | CF | B7 | 2E | 0 | C | 4E | 13 | 33 | 40 | 32 |
| Octal | 317 | 267 | 56 | 0 | 14 | 116 | 23 | 63 | 100 | 62 |
| Binary | 11001111 | 10110111 | 101110 | 0 | 1100 | 1001110 | 10011 | 110011 | 1000000 | 110010 |
Color Harmonies of #CFB72E
Complementary color
Monochromatic Colors of #CFB72E
Black with #CFB72E
Text Example
Text Example
White with #CFB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB72E; }
p { color: rgb(207,183,46); }
H1.HeaderClassName
{
color: #CFB72E;
}
.AnyTagClassName
{
color: #CFB72E;
}
</style>
background-color css
<style>
a { background-color: #CFB72E; }
a { background-color: rgb(207,183,46); }
div.DivClassName
{
background-color: #CFB72E;
}
.BgClassName
{
background-color: #CFB72E;
}
</style>
border-color css
<style>
span { border-color: #CFB72E; }
span { border-color: rgb(207,183,46); }
td.TdClassName
{
border-color: #CFB72E;
}
.TagClassName
{
border-color: #CFB72E;
}
</style>