Shades of Old Gold #CFBE43
Tints of Old Gold #CFBE43
RGB
CMYK
RGB Variations
Color information
#CFBE43 (or 0xCFBE43) is known color: Old Gold. HEX triplet: CF, BE and 43. RGB value is (207,190,67). Sum of RGB (Red+Green+Blue) = 207+190+67=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE43 is #3041BC. Grayscale: #B5B5B5. Windows color (decimal): -3162557 or 4439759. OLE color: 4439759.
HSL color Cylindrical-coordinate representation of color #CFBE43: hue angle of 52.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFBE43 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 67 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.19 |
| HSL | 52.71º | 0.59% | 0.54% | - |
| HSV(B) | 52.71º | 0.68% | 0.81% | - |
| XYZ | 45.16 | 50.5 | 12.68 | - |
| YUV | 181.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 67 | 0 | 0.08 | 0.68 | 0.19 | 52.71 | 0.59 | 0.54 |
| Hex | CF | BE | 43 | 0 | 8 | 44 | 13 | 35 | 3B | 36 |
| Octal | 317 | 276 | 103 | 0 | 10 | 104 | 23 | 65 | 73 | 66 |
| Binary | 11001111 | 10111110 | 1000011 | 0 | 1000 | 1000100 | 10011 | 110101 | 111011 | 110110 |
Color Harmonies of #CFBE43
Complementary color
Monochromatic Colors of #CFBE43
Black with #CFBE43
Text Example
Text Example
White with #CFBE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE43; }
p { color: rgb(207,190,67); }
H1.HeaderClassName
{
color: #CFBE43;
}
.AnyTagClassName
{
color: #CFBE43;
}
</style>
background-color css
<style>
a { background-color: #CFBE43; }
a { background-color: rgb(207,190,67); }
div.DivClassName
{
background-color: #CFBE43;
}
.BgClassName
{
background-color: #CFBE43;
}
</style>
border-color css
<style>
span { border-color: #CFBE43; }
span { border-color: rgb(207,190,67); }
td.TdClassName
{
border-color: #CFBE43;
}
.TagClassName
{
border-color: #CFBE43;
}
</style>