Shades of Old Gold #CFBE4A
Tints of Old Gold #CFBE4A
RGB
CMYK
RGB Variations
Color information
#CFBE4A (or 0xCFBE4A) is known color: Old Gold. HEX triplet: CF, BE and 4A. RGB value is (207,190,74). Sum of RGB (Red+Green+Blue) = 207+190+74=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE4A is #3041B5. Grayscale: #B6B6B6. Windows color (decimal): -3162550 or 4898511. OLE color: 4898511.
HSL color Cylindrical-coordinate representation of color #CFBE4A: hue angle of 52.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFBE4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 74 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.19 |
| HSL | 52.33º | 0.58% | 0.55% | - |
| HSV(B) | 52.33º | 0.64% | 0.81% | - |
| XYZ | 45.38 | 50.59 | 13.85 | - |
| YUV | 181.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 74 | 0 | 0.08 | 0.64 | 0.19 | 52.33 | 0.58 | 0.55 |
| Hex | CF | BE | 4A | 0 | 8 | 40 | 13 | 34 | 3A | 37 |
| Octal | 317 | 276 | 112 | 0 | 10 | 100 | 23 | 64 | 72 | 67 |
| Binary | 11001111 | 10111110 | 1001010 | 0 | 1000 | 1000000 | 10011 | 110100 | 111010 | 110111 |
Color Harmonies of #CFBE4A
Complementary color
Monochromatic Colors of #CFBE4A
Black with #CFBE4A
Text Example
Text Example
White with #CFBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE4A; }
p { color: rgb(207,190,74); }
H1.HeaderClassName
{
color: #CFBE4A;
}
.AnyTagClassName
{
color: #CFBE4A;
}
</style>
background-color css
<style>
a { background-color: #CFBE4A; }
a { background-color: rgb(207,190,74); }
div.DivClassName
{
background-color: #CFBE4A;
}
.BgClassName
{
background-color: #CFBE4A;
}
</style>
border-color css
<style>
span { border-color: #CFBE4A; }
span { border-color: rgb(207,190,74); }
td.TdClassName
{
border-color: #CFBE4A;
}
.TagClassName
{
border-color: #CFBE4A;
}
</style>