Shades of Old Gold #CFBF42
Tints of Old Gold #CFBF42
RGB
CMYK
RGB Variations
Color information
#CFBF42 (or 0xCFBF42) is known color: Old Gold. HEX triplet: CF, BF and 42. RGB value is (207,191,66). Sum of RGB (Red+Green+Blue) = 207+191+66=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF42 is #3040BD. Grayscale: #B6B6B6. Windows color (decimal): -3162302 or 4374479. OLE color: 4374479.
HSL color Cylindrical-coordinate representation of color #CFBF42: hue angle of 53.19º 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 #CFBF42 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 66 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.19 |
| HSL | 53.19º | 0.59% | 0.54% | - |
| HSV(B) | 53.19º | 0.68% | 0.81% | - |
| XYZ | 45.35 | 50.92 | 12.59 | - |
| YUV | 181.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 66 | 0 | 0.08 | 0.68 | 0.19 | 53.19 | 0.59 | 0.54 |
| Hex | CF | BF | 42 | 0 | 8 | 44 | 13 | 35 | 3B | 36 |
| Octal | 317 | 277 | 102 | 0 | 10 | 104 | 23 | 65 | 73 | 66 |
| Binary | 11001111 | 10111111 | 1000010 | 0 | 1000 | 1000100 | 10011 | 110101 | 111011 | 110110 |
Color Harmonies of #CFBF42
Complementary color
Monochromatic Colors of #CFBF42
Black with #CFBF42
Text Example
Text Example
White with #CFBF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF42; }
p { color: rgb(207,191,66); }
H1.HeaderClassName
{
color: #CFBF42;
}
.AnyTagClassName
{
color: #CFBF42;
}
</style>
background-color css
<style>
a { background-color: #CFBF42; }
a { background-color: rgb(207,191,66); }
div.DivClassName
{
background-color: #CFBF42;
}
.BgClassName
{
background-color: #CFBF42;
}
</style>
border-color css
<style>
span { border-color: #CFBF42; }
span { border-color: rgb(207,191,66); }
td.TdClassName
{
border-color: #CFBF42;
}
.TagClassName
{
border-color: #CFBF42;
}
</style>